Lines Matching refs:BIT
58 #define FNIC_TAG_ABORT BIT(30) /* tag bit indicating abort */
59 #define FNIC_TAG_DEV_RST BIT(29) /* indicates device reset */
60 #define FNIC_TAG_MASK (BIT(24) - 1) /* mask for lookup */
68 #define FNIC_IO_INITIALIZED BIT(0)
69 #define FNIC_IO_ISSUED BIT(1)
70 #define FNIC_IO_DONE BIT(2)
71 #define FNIC_IO_REQ_NULL BIT(3)
72 #define FNIC_IO_ABTS_PENDING BIT(4)
73 #define FNIC_IO_ABORTED BIT(5)
74 #define FNIC_IO_ABTS_ISSUED BIT(6)
75 #define FNIC_IO_TERM_ISSUED BIT(7)
76 #define FNIC_IO_INTERNAL_TERM_ISSUED BIT(8)
77 #define FNIC_IO_ABT_TERM_DONE BIT(9)
78 #define FNIC_IO_ABT_TERM_REQ_NULL BIT(10)
79 #define FNIC_IO_ABT_TERM_TIMED_OUT BIT(11)
80 #define FNIC_DEVICE_RESET BIT(12) /* Device reset request */
81 #define FNIC_DEV_RST_ISSUED BIT(13)
82 #define FNIC_DEV_RST_TIMED_OUT BIT(14)
83 #define FNIC_DEV_RST_ABTS_ISSUED BIT(15)
84 #define FNIC_DEV_RST_TERM_ISSUED BIT(16)
85 #define FNIC_DEV_RST_DONE BIT(17)
86 #define FNIC_DEV_RST_REQ_NULL BIT(18)
87 #define FNIC_DEV_RST_ABTS_DONE BIT(19)
88 #define FNIC_DEV_RST_TERM_DONE BIT(20)
89 #define FNIC_DEV_RST_ABTS_PENDING BIT(21)
115 #define __FNIC_FLAGS_FWRESET BIT(0) /* fwreset in progress */
116 #define __FNIC_FLAGS_BLOCK_IO BIT(1) /* IOs are blocked */