Searched refs:BNXT_STATE_IN_FW_RESET (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_ptp.c | 83 if (test_bit(BNXT_STATE_IN_FW_RESET, &bp->state)) in __bnxt_refclk_read() 124 if (test_bit(BNXT_STATE_IN_FW_RESET, &bp->state)) { in bnxt_refclk_read_low()
|
H A D | bnxt.c | 367 if (!(test_bit(BNXT_STATE_IN_FW_RESET, &bp->state))) in bnxt_queue_fw_reset_work() 5332 test_bit(BNXT_STATE_IN_FW_RESET, &bp->state)) in bnxt_free_mem() 12139 if (test_bit(BNXT_STATE_IN_FW_RESET, &bp->state) && !fw_reset) { in bnxt_hwrm_if_change() 12147 if (!test_bit(BNXT_STATE_IN_FW_RESET, &bp->state)) in bnxt_hwrm_if_change() 12387 if (test_bit(BNXT_STATE_IN_FW_RESET, &bp->state)) in bnxt_reinit_after_abort() 12682 if (!test_bit(BNXT_STATE_IN_FW_RESET, &bp->state)) in bnxt_open() 12741 if (test_bit(BNXT_STATE_IN_FW_RESET, &bp->state)) { in bnxt_close_nic() 13682 if (!fw_health->enabled || test_bit(BNXT_STATE_IN_FW_RESET, &bp->state)) in bnxt_fw_health_check() 13893 test_bit(BNXT_STATE_IN_FW_RESET, &bp->state)) in bnxt_force_fw_reset() 13901 set_bit(BNXT_STATE_IN_FW_RESET, &bp->state); in bnxt_force_fw_reset() [all …]
|
H A D | bnxt.h | 2423 #define BNXT_STATE_IN_FW_RESET 4 macro
|