Searched refs:ADAPTER_STATE_UP (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/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 | 2508 set_bit(ADAPTER_STATE_UP, &hba->adapter_state); in bnx2i_indicate_kcqe() 2551 if (!test_bit(ADAPTER_STATE_UP, &hba->adapter_state)) in bnx2i_indicate_netevent() 2556 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-v4.19/drivers/scsi/bnx2fc/ |
D | bnx2fc_fcoe.c | 885 if (!test_bit(ADAPTER_STATE_UP, &hba->adapter_state)) in bnx2fc_indicate_netevent() 892 clear_bit(ADAPTER_STATE_UP, &hba->adapter_state); in bnx2fc_indicate_netevent() 1924 while (!test_bit(ADAPTER_STATE_UP, &hba->adapter_state) && i--) in bnx2fc_fw_init() 1927 if (!test_bit(ADAPTER_STATE_UP, &hba->adapter_state)) { in bnx2fc_fw_init() 1993 clear_bit(ADAPTER_STATE_UP, &hba->adapter_state); in bnx2fc_ulp_stop()
|
D | bnx2fc.h | 197 #define ADAPTER_STATE_UP 0 macro
|
D | bnx2fc_hwi.c | 1342 set_bit(ADAPTER_STATE_UP, &hba->adapter_state); in bnx2fc_indicate_kcqe()
|