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

/linux-master/drivers/scsi/bnx2i/
H A Dbnx2i_init.c175 while (!test_bit(ADAPTER_STATE_UP, &hba->adapter_state) &&
176 !test_bit(ADAPTER_STATE_INIT_FAILED, &hba->adapter_state) && i--)
228 &hba->adapter_state)) {
259 clear_bit(ADAPTER_STATE_GOING_DOWN, &hba->adapter_state);
260 clear_bit(ADAPTER_STATE_UP, &hba->adapter_state);
H A Dbnx2i_hwi.c100 set_bit(ADAPTER_STATE_LINK_DOWN, &hba->adapter_state);
102 clear_bit(ADAPTER_STATE_LINK_DOWN, &hba->adapter_state);
125 set_bit(ADAPTER_STATE_INIT_FAILED, &hba->adapter_state);
2498 set_bit(ADAPTER_STATE_UP, &hba->adapter_state);
2541 if (!test_bit(ADAPTER_STATE_UP, &hba->adapter_state))
2545 clear_bit(ADAPTER_STATE_GOING_DOWN, &hba->adapter_state);
2546 clear_bit(ADAPTER_STATE_UP, &hba->adapter_state);
2549 set_bit(ADAPTER_STATE_GOING_DOWN, &hba->adapter_state);
2573 if (test_bit(ADAPTER_STATE_GOING_DOWN, &ep->hba->adapter_state))
H A Dbnx2i.h353 * @adapter_state: adapter state, UP, GOING_DOWN, LINK_DOWN
420 unsigned long adapter_state; member in struct:bnx2i_hba
H A Dbnx2i_iscsi.c38 if (!hba || !test_bit(ADAPTER_STATE_UP, &hba->adapter_state) ||
39 test_bit(ADAPTER_STATE_GOING_DOWN, &hba->adapter_state) ||
40 test_bit(ADAPTER_STATE_LINK_DOWN, &hba->adapter_state))
2149 if (!test_bit(ADAPTER_STATE_UP, &hba->adapter_state) ||
/linux-master/drivers/scsi/bnx2fc/
H A Dbnx2fc_fcoe.c770 clear_bit(ADAPTER_STATE_LINK_DOWN, &hba->adapter_state);
772 set_bit(ADAPTER_STATE_LINK_DOWN, &hba->adapter_state);
788 set_bit(ADAPTER_STATE_LINK_DOWN, &hba->adapter_state);
790 clear_bit(ADAPTER_STATE_LINK_DOWN, &hba->adapter_state);
875 if (!test_bit(ADAPTER_STATE_UP, &hba->adapter_state))
881 clear_bit(ADAPTER_STATE_GOING_DOWN, &hba->adapter_state);
882 clear_bit(ADAPTER_STATE_UP, &hba->adapter_state);
887 set_bit(ADAPTER_STATE_GOING_DOWN, &hba->adapter_state);
965 clear_bit(ADAPTER_STATE_READY, &hba->adapter_state);
1903 while (!test_bit(ADAPTER_STATE_UP, &hba->adapter_state)
[all...]
H A Dbnx2fc.h194 unsigned long adapter_state; member in struct:bnx2fc_hba
H A Dbnx2fc_hwi.c1371 set_bit(ADAPTER_STATE_UP, &hba->adapter_state);
/linux-master/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_83xx_hw.c1402 u16 adapter_state = adapter->is_up; local
1426 if (adapter_state == QLCNIC_ADAPTER_UP_MAGIC) {

Completed in 224 milliseconds