Searched refs:ADAPTER_STATE_UP (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.4/drivers/scsi/bnx2i/ |
D | bnx2i_init.c | 175 while (!test_bit(ADAPTER_STATE_UP, &hba->adapter_state) && in bnx2i_start() 260 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 | 2497 set_bit(ADAPTER_STATE_UP, &hba->adapter_state); in bnx2i_indicate_kcqe() 2540 if (!test_bit(ADAPTER_STATE_UP, &hba->adapter_state)) in bnx2i_indicate_netevent() 2545 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() 2147 if (!test_bit(ADAPTER_STATE_UP, &hba->adapter_state) || in bnx2i_ep_disconnect()
|
/Linux-v5.4/drivers/scsi/bnx2fc/ |
D | bnx2fc_fcoe.c | 876 if (!test_bit(ADAPTER_STATE_UP, &hba->adapter_state)) in bnx2fc_indicate_netevent() 883 clear_bit(ADAPTER_STATE_UP, &hba->adapter_state); in bnx2fc_indicate_netevent() 1915 while (!test_bit(ADAPTER_STATE_UP, &hba->adapter_state) && i--) in bnx2fc_fw_init() 1918 if (!test_bit(ADAPTER_STATE_UP, &hba->adapter_state)) { in bnx2fc_fw_init() 1984 clear_bit(ADAPTER_STATE_UP, &hba->adapter_state); in bnx2fc_ulp_stop()
|
D | bnx2fc.h | 198 #define ADAPTER_STATE_UP 0 macro
|
D | bnx2fc_hwi.c | 1332 set_bit(ADAPTER_STATE_UP, &hba->adapter_state); in bnx2fc_indicate_kcqe()
|