Home
last modified time | relevance | path

Searched refs:FC_BSG_HST_MASK (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/include/uapi/scsi/
Dscsi_bsg_fc.h44 #define FC_BSG_HST_MASK 0x80000000 /* fc host class */ macro
48 #define FC_BSG_HST_ADD_RPORT (FC_BSG_HST_MASK | 0x00000001)
49 #define FC_BSG_HST_DEL_RPORT (FC_BSG_HST_MASK | 0x00000002)
50 #define FC_BSG_HST_ELS_NOLOGIN (FC_BSG_HST_MASK | 0x00000003)
51 #define FC_BSG_HST_CT (FC_BSG_HST_MASK | 0x00000004)
52 #define FC_BSG_HST_VENDOR (FC_BSG_HST_MASK | 0x000000FF)