Searched refs:ADAPTER_STATE_UP (Results 1 - 7 of 7) sorted by path

/linux-master/drivers/scsi/bnx2fc/
H A Dbnx2fc.h195 #define ADAPTER_STATE_UP 0 macro
H A Dbnx2fc_fcoe.c875 if (!test_bit(ADAPTER_STATE_UP, &hba->adapter_state))
882 clear_bit(ADAPTER_STATE_UP, &hba->adapter_state);
1903 while (!test_bit(ADAPTER_STATE_UP, &hba->adapter_state) && i--)
1906 if (!test_bit(ADAPTER_STATE_UP, &hba->adapter_state)) {
1972 clear_bit(ADAPTER_STATE_UP, &hba->adapter_state);
H A Dbnx2fc_hwi.c1371 set_bit(ADAPTER_STATE_UP, &hba->adapter_state);
/linux-master/drivers/scsi/bnx2i/
H A Dbnx2i.h421 #define ADAPTER_STATE_UP 0 macro
H A Dbnx2i_hwi.c2498 set_bit(ADAPTER_STATE_UP, &hba->adapter_state);
2541 if (!test_bit(ADAPTER_STATE_UP, &hba->adapter_state))
2546 clear_bit(ADAPTER_STATE_UP, &hba->adapter_state);
H A Dbnx2i_init.c175 while (!test_bit(ADAPTER_STATE_UP, &hba->adapter_state) &&
260 clear_bit(ADAPTER_STATE_UP, &hba->adapter_state);
H A Dbnx2i_iscsi.c38 if (!hba || !test_bit(ADAPTER_STATE_UP, &hba->adapter_state) ||
2149 if (!test_bit(ADAPTER_STATE_UP, &hba->adapter_state) ||

Completed in 226 milliseconds