Searched refs:BNX2FC_FLAG_FW_INIT_DONE (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/scsi/bnx2fc/
H A Dbnx2fc_fcoe.c1080 if (!test_bit(BNX2FC_FLAG_FW_INIT_DONE, &interface->hba->flags)) { bnx2fc_vport_create()
1771 if (!test_bit(BNX2FC_FLAG_FW_INIT_DONE, &hba->flags)) bnx2fc_ulp_start()
1803 if (!test_bit(BNX2FC_FLAG_FW_INIT_DONE, &interface->hba->flags)) bnx2fc_stop()
1855 set_bit(BNX2FC_FLAG_FW_INIT_DONE, &hba->flags); bnx2fc_fw_init()
1866 if (test_and_clear_bit(BNX2FC_FLAG_FW_INIT_DONE, &hba->flags)) { bnx2fc_fw_destroy()
1904 if (!test_bit(BNX2FC_FLAG_FW_INIT_DONE, &hba->flags)) bnx2fc_ulp_stop()
1933 if (!test_bit(BNX2FC_FLAG_FW_INIT_DONE, &interface->hba->flags)) { bnx2fc_start_disc()
H A Dbnx2fc.h200 #define BNX2FC_FLAG_FW_INIT_DONE 0 macro

Completed in 92 milliseconds