Searched refs:BNXT_STATE_IN_FW_RESET (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt.c | 1146 if (!(test_bit(BNXT_STATE_IN_FW_RESET, &bp->state))) in bnxt_queue_fw_reset_work() 4103 test_bit(BNXT_STATE_IN_FW_RESET, &bp->state)) in bnxt_free_mem() 9364 if (test_bit(BNXT_STATE_IN_FW_RESET, &bp->state) && !fw_reset) { in bnxt_hwrm_if_change() 9370 if (!test_bit(BNXT_STATE_IN_FW_RESET, &bp->state)) in bnxt_hwrm_if_change() 9862 if (!test_bit(BNXT_STATE_IN_FW_RESET, &bp->state)) { in bnxt_open() 9921 if (test_bit(BNXT_STATE_IN_FW_RESET, &bp->state)) { in bnxt_close_nic() 10634 if (!fw_health->enabled || test_bit(BNXT_STATE_IN_FW_RESET, &bp->state)) in bnxt_fw_health_check() 10830 test_bit(BNXT_STATE_IN_FW_RESET, &bp->state)) in bnxt_force_fw_reset() 10833 set_bit(BNXT_STATE_IN_FW_RESET, &bp->state); in bnxt_force_fw_reset() 10888 !test_bit(BNXT_STATE_IN_FW_RESET, &bp->state)) { in bnxt_fw_reset() [all …]
|
D | bnxt_devlink.c | 52 if (test_bit(BNXT_STATE_IN_FW_RESET, &bp->state)) in bnxt_fw_reporter_diagnose()
|
D | bnxt_sriov.c | 863 if (test_bit(BNXT_STATE_IN_FW_RESET, &bp->state)) { in bnxt_sriov_configure()
|
D | bnxt.h | 1780 #define BNXT_STATE_IN_FW_RESET 4 macro
|