Home
last modified time | relevance | path

Searched refs:ADAPTER_STATE_UP (Results 1 – 7 of 7) sorted by relevance

/drivers/scsi/bnx2i/
Dbnx2i_init.c183 while (!test_bit(ADAPTER_STATE_UP, &hba->adapter_state) && in bnx2i_start()
268 clear_bit(ADAPTER_STATE_UP, &hba->adapter_state); in bnx2i_stop()
Dbnx2i.h421 #define ADAPTER_STATE_UP 0 macro
Dbnx2i_hwi.c2523 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()
Dbnx2i_iscsi.c38 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/
Dbnx2fc_fcoe.c858 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()
Dbnx2fc.h196 #define ADAPTER_STATE_UP 0 macro
Dbnx2fc_hwi.c1340 set_bit(ADAPTER_STATE_UP, &hba->adapter_state); in bnx2fc_indicate_kcqe()