Searched refs:BNXT_STATE_IN_FW_RESET (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt_devlink.c | 26 if (!health || test_bit(BNXT_STATE_IN_FW_RESET, &bp->state)) in bnxt_fw_reporter_diagnose()
|
D | bnxt.c | 8759 if (test_bit(BNXT_STATE_IN_FW_RESET, &bp->state) && !fw_reset) { in bnxt_hwrm_if_change() 9273 if (test_bit(BNXT_STATE_IN_FW_RESET, &bp->state) && in __bnxt_close_nic() 9293 if (test_bit(BNXT_STATE_IN_FW_RESET, &bp->state)) { in bnxt_close_nic() 9954 test_bit(BNXT_STATE_IN_FW_RESET, &bp->state)) in bnxt_fw_health_check() 10087 test_bit(BNXT_STATE_IN_FW_RESET, &bp->state)) in bnxt_force_fw_reset() 10090 set_bit(BNXT_STATE_IN_FW_RESET, &bp->state); in bnxt_force_fw_reset() 10144 !test_bit(BNXT_STATE_IN_FW_RESET, &bp->state)) { in bnxt_fw_reset() 10147 set_bit(BNXT_STATE_IN_FW_RESET, &bp->state); in bnxt_fw_reset() 10154 clear_bit(BNXT_STATE_IN_FW_RESET, &bp->state); in bnxt_fw_reset() 10611 if (!test_bit(BNXT_STATE_IN_FW_RESET, &bp->state)) { in bnxt_fw_reset_task() [all …]
|
D | bnxt_sriov.c | 867 if (test_bit(BNXT_STATE_IN_FW_RESET, &bp->state)) { in bnxt_sriov_configure()
|
D | bnxt.h | 1626 #define BNXT_STATE_IN_FW_RESET 4 macro
|