Home
last modified time | relevance | path

Searched refs:BNXT_STATE_IN_FW_RESET (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.c353 if (!(test_bit(BNXT_STATE_IN_FW_RESET, &bp->state))) in bnxt_queue_fw_reset_work()
5140 test_bit(BNXT_STATE_IN_FW_RESET, &bp->state)) in bnxt_free_mem()
11741 if (test_bit(BNXT_STATE_IN_FW_RESET, &bp->state) && !fw_reset) { in bnxt_hwrm_if_change()
11749 if (!test_bit(BNXT_STATE_IN_FW_RESET, &bp->state)) in bnxt_hwrm_if_change()
11989 if (test_bit(BNXT_STATE_IN_FW_RESET, &bp->state)) in bnxt_reinit_after_abort()
12284 if (!test_bit(BNXT_STATE_IN_FW_RESET, &bp->state)) in bnxt_open()
12343 if (test_bit(BNXT_STATE_IN_FW_RESET, &bp->state)) { in bnxt_close_nic()
13284 if (!fw_health->enabled || test_bit(BNXT_STATE_IN_FW_RESET, &bp->state)) in bnxt_fw_health_check()
13495 test_bit(BNXT_STATE_IN_FW_RESET, &bp->state)) in bnxt_force_fw_reset()
13502 set_bit(BNXT_STATE_IN_FW_RESET, &bp->state); in bnxt_force_fw_reset()
[all …]
Dbnxt_devlink.c108 if (test_bit(BNXT_STATE_IN_FW_RESET, &bp->state)) { in bnxt_fw_diagnose()
Dbnxt_ptp.c83 if (test_bit(BNXT_STATE_IN_FW_RESET, &bp->state)) in bnxt_refclk_read()
Dbnxt_sriov.c911 if (test_bit(BNXT_STATE_IN_FW_RESET, &bp->state)) { in bnxt_sriov_configure()
Dbnxt.h2371 #define BNXT_STATE_IN_FW_RESET 4 macro