Searched refs:ADAPTER_STATE_UP (Results 1 – 7 of 7) sorted by relevance
/drivers/scsi/bnx2i/ |
D | bnx2i_init.c | 183 while (!test_bit(ADAPTER_STATE_UP, &hba->adapter_state) && in bnx2i_start() 268 clear_bit(ADAPTER_STATE_UP, &hba->adapter_state); in bnx2i_stop()
|
D | bnx2i.h | 421 #define ADAPTER_STATE_UP 0 macro
|
D | bnx2i_hwi.c | 2523 set_bit(ADAPTER_STATE_UP, &hba->adapter_state); in bnx2i_indicate_kcqe() 2566 if (!test_bit(ADAPTER_STATE_UP, &hba->adapter_state)) in bnx2i_indicate_netevent() 2571 clear_bit(ADAPTER_STATE_UP, &hba->adapter_state); in bnx2i_indicate_netevent()
|
D | bnx2i_iscsi.c | 38 if (!hba || !test_bit(ADAPTER_STATE_UP, &hba->adapter_state) || in bnx2i_adapter_ready() 2153 if (!test_bit(ADAPTER_STATE_UP, &hba->adapter_state) || in bnx2i_ep_disconnect()
|
/drivers/scsi/bnx2fc/ |
D | bnx2fc_fcoe.c | 858 if (!test_bit(ADAPTER_STATE_UP, &hba->adapter_state)) in bnx2fc_indicate_netevent() 865 clear_bit(ADAPTER_STATE_UP, &hba->adapter_state); in bnx2fc_indicate_netevent() 1898 while (!test_bit(ADAPTER_STATE_UP, &hba->adapter_state) && i--) in bnx2fc_fw_init() 1901 if (!test_bit(ADAPTER_STATE_UP, &hba->adapter_state)) { in bnx2fc_fw_init() 1968 clear_bit(ADAPTER_STATE_UP, &hba->adapter_state); in bnx2fc_ulp_stop()
|
D | bnx2fc.h | 196 #define ADAPTER_STATE_UP 0 macro
|
D | bnx2fc_hwi.c | 1340 set_bit(ADAPTER_STATE_UP, &hba->adapter_state); in bnx2fc_indicate_kcqe()
|