Searched refs:adapter_state (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/include/defs/
H A Dbfa_defs_ethport.h29 u32 adapter_state; member in struct:bna_tx_info_s
61 u32 adapter_state; member in struct:bna_rx_q_set_s
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bnx2i/
H A Dbnx2i_init.c164 while (!test_bit(ADAPTER_STATE_UP, &hba->adapter_state) && i--)
185 &hba->adapter_state))
223 clear_bit(ADAPTER_STATE_UP, &hba->adapter_state);
237 if (test_bit(ADAPTER_STATE_GOING_DOWN, &hba->adapter_state) ||
277 test_bit(ADAPTER_STATE_GOING_DOWN, &hba->adapter_state))
285 hba->adapter_state = 0;
H A Dbnx2i_hwi.c95 set_bit(ADAPTER_STATE_LINK_DOWN, &hba->adapter_state);
97 clear_bit(ADAPTER_STATE_LINK_DOWN, &hba->adapter_state);
120 set_bit(ADAPTER_STATE_INIT_FAILED, &hba->adapter_state);
2201 set_bit(ADAPTER_STATE_UP, &hba->adapter_state);
2238 if (!test_bit(ADAPTER_STATE_UP, &hba->adapter_state))
2242 clear_bit(ADAPTER_STATE_GOING_DOWN, &hba->adapter_state);
2243 clear_bit(ADAPTER_STATE_UP, &hba->adapter_state);
2246 set_bit(ADAPTER_STATE_GOING_DOWN, &hba->adapter_state);
2270 if (test_bit(ADAPTER_STATE_GOING_DOWN, &ep->hba->adapter_state))
H A Dbnx2i_iscsi.c34 if (!hba || !test_bit(ADAPTER_STATE_UP, &hba->adapter_state) ||
35 test_bit(ADAPTER_STATE_GOING_DOWN, &hba->adapter_state) ||
36 test_bit(ADAPTER_STATE_LINK_DOWN, &hba->adapter_state))
1648 if (test_bit(ADAPTER_STATE_GOING_DOWN, &ep->hba->adapter_state))
1725 if (!hba || test_bit(ADAPTER_STATE_GOING_DOWN, &hba->adapter_state)) {
2057 if (!test_bit(ADAPTER_STATE_UP, &hba->adapter_state))
H A Dbnx2i.h290 * @adapter_state: adapter state, UP, GOING_DOWN, LINK_DOWN
354 unsigned long adapter_state; member in struct:bnx2i_hba

Completed in 101 milliseconds