Lines Matching defs:state
351 /* Following defines are for the state of the buffers */
619 u32 state;
642 * receive processing. Any state information that is relevant to
649 u32 state;
699 * Context state
813 __le32 host_ctx_state; /* Starting state */
1106 unsigned long state;
2146 static inline int qlcnic_config_led(struct qlcnic_adapter *adapter, u32 state,
2149 return adapter->nic_ops->config_led(adapter, state, rate);
2160 return test_bit(__QLCNIC_MULTI_TX_UNIQUE, &adapter->state);
2213 test_and_clear_bit(__QLCNIC_MULTI_TX_UNIQUE, &adapter->state);
2281 return test_and_set_bit(__QLCNIC_DIAG_MODE, &adapter->state);
2286 clear_bit(__QLCNIC_DIAG_MODE, &adapter->state);
2291 return test_bit(__QLCNIC_DIAG_MODE, &adapter->state);