Searched refs:BNXT_STATE_IN_FW_RESET (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt.c | 1271 if (!(test_bit(BNXT_STATE_IN_FW_RESET, &bp->state))) in bnxt_queue_fw_reset_work() 4526 test_bit(BNXT_STATE_IN_FW_RESET, &bp->state)) in bnxt_free_mem() 10074 if (test_bit(BNXT_STATE_IN_FW_RESET, &bp->state) && !fw_reset) { in bnxt_hwrm_if_change() 10082 if (!test_bit(BNXT_STATE_IN_FW_RESET, &bp->state)) in bnxt_hwrm_if_change() 10413 if (test_bit(BNXT_STATE_IN_FW_RESET, &bp->state)) in bnxt_reinit_after_abort() 10627 if (!test_bit(BNXT_STATE_IN_FW_RESET, &bp->state)) { in bnxt_open() 10686 if (test_bit(BNXT_STATE_IN_FW_RESET, &bp->state)) { in bnxt_close_nic() 11567 if (!fw_health->enabled || test_bit(BNXT_STATE_IN_FW_RESET, &bp->state)) in bnxt_fw_health_check() 11788 test_bit(BNXT_STATE_IN_FW_RESET, &bp->state)) in bnxt_force_fw_reset() 11793 set_bit(BNXT_STATE_IN_FW_RESET, &bp->state); in bnxt_force_fw_reset() [all …]
|
D | bnxt_ptp.c | 81 if (test_bit(BNXT_STATE_IN_FW_RESET, &bp->state)) in bnxt_refclk_read()
|
D | bnxt_devlink.c | 108 if (test_bit(BNXT_STATE_IN_FW_RESET, &bp->state)) in bnxt_fw_diagnose()
|
D | bnxt_sriov.c | 895 if (test_bit(BNXT_STATE_IN_FW_RESET, &bp->state)) { in bnxt_sriov_configure()
|
D | bnxt.h | 1922 #define BNXT_STATE_IN_FW_RESET 4 macro
|