HomeSort by relevance Sort by last modified time
    Searched refs:FC_BSG_HST_MASK (Results 1 - 2 of 2) sorted by null

  /bionic/libc/kernel/uapi/scsi/
scsi_bsg_fc.h 24 #define FC_BSG_HST_MASK 0x80000000
26 #define FC_BSG_HST_ADD_RPORT (FC_BSG_HST_MASK | 0x00000001)
27 #define FC_BSG_HST_DEL_RPORT (FC_BSG_HST_MASK | 0x00000002)
29 #define FC_BSG_HST_ELS_NOLOGIN (FC_BSG_HST_MASK | 0x00000003)
30 #define FC_BSG_HST_CT (FC_BSG_HST_MASK | 0x00000004)
31 #define FC_BSG_HST_VENDOR (FC_BSG_HST_MASK | 0x000000FF)
  /external/kernel-headers/original/uapi/scsi/
scsi_bsg_fc.h 43 #define FC_BSG_HST_MASK 0x80000000 /* fc host class */
47 #define FC_BSG_HST_ADD_RPORT (FC_BSG_HST_MASK | 0x00000001)
48 #define FC_BSG_HST_DEL_RPORT (FC_BSG_HST_MASK | 0x00000002)
49 #define FC_BSG_HST_ELS_NOLOGIN (FC_BSG_HST_MASK | 0x00000003)
50 #define FC_BSG_HST_CT (FC_BSG_HST_MASK | 0x00000004)
51 #define FC_BSG_HST_VENDOR (FC_BSG_HST_MASK | 0x000000FF)

Completed in 1085 milliseconds