Searched refs:BNXT_STATE_IN_FW_RESET (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt.c | 298 if (!(test_bit(BNXT_STATE_IN_FW_RESET, &bp->state))) in bnxt_queue_fw_reset_work() 4504 test_bit(BNXT_STATE_IN_FW_RESET, &bp->state)) in bnxt_free_mem() 10111 if (test_bit(BNXT_STATE_IN_FW_RESET, &bp->state) && !fw_reset) { in bnxt_hwrm_if_change() 10119 if (!test_bit(BNXT_STATE_IN_FW_RESET, &bp->state)) in bnxt_hwrm_if_change() 10450 if (test_bit(BNXT_STATE_IN_FW_RESET, &bp->state)) in bnxt_reinit_after_abort() 10667 if (!test_bit(BNXT_STATE_IN_FW_RESET, &bp->state)) { in bnxt_open() 10726 if (test_bit(BNXT_STATE_IN_FW_RESET, &bp->state)) { in bnxt_close_nic() 11657 if (!fw_health->enabled || test_bit(BNXT_STATE_IN_FW_RESET, &bp->state)) in bnxt_fw_health_check() 11867 test_bit(BNXT_STATE_IN_FW_RESET, &bp->state)) in bnxt_force_fw_reset() 11872 set_bit(BNXT_STATE_IN_FW_RESET, in bnxt_force_fw_reset() [all...] |
H A D | bnxt_sriov.c | 906 if (test_bit(BNXT_STATE_IN_FW_RESET, &bp->state)) { in bnxt_sriov_configure()
|
H A D | bnxt_devlink.c | 109 if (test_bit(BNXT_STATE_IN_FW_RESET, &bp->state)) in bnxt_fw_diagnose()
|
H A D | bnxt_ptp.c | 82 if (test_bit(BNXT_STATE_IN_FW_RESET, &bp->state)) in bnxt_refclk_read()
|
H A D | bnxt.h | 1962 #define BNXT_STATE_IN_FW_RESET 4 macro
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt.c | 1186 if (!(test_bit(BNXT_STATE_IN_FW_RESET, &bp->state))) in bnxt_queue_fw_reset_work() 4204 test_bit(BNXT_STATE_IN_FW_RESET, &bp->state)) in bnxt_free_mem() 9481 if (test_bit(BNXT_STATE_IN_FW_RESET, &bp->state) && !fw_reset) { in bnxt_hwrm_if_change() 9488 if (!test_bit(BNXT_STATE_IN_FW_RESET, &bp->state)) in bnxt_hwrm_if_change() 9988 if (!test_bit(BNXT_STATE_IN_FW_RESET, &bp->state)) { in bnxt_open() 10047 if (test_bit(BNXT_STATE_IN_FW_RESET, &bp->state)) { in bnxt_close_nic() 10763 if (!fw_health->enabled || test_bit(BNXT_STATE_IN_FW_RESET, &bp->state)) in bnxt_fw_health_check() 10961 test_bit(BNXT_STATE_IN_FW_RESET, &bp->state)) in bnxt_force_fw_reset() 10964 set_bit(BNXT_STATE_IN_FW_RESET, &bp->state); in bnxt_force_fw_reset() 11019 !test_bit(BNXT_STATE_IN_FW_RESET, in bnxt_fw_reset() [all...] |
H A D | bnxt_devlink.c | 52 if (test_bit(BNXT_STATE_IN_FW_RESET, &bp->state)) in bnxt_fw_reporter_diagnose()
|
H A D | bnxt_sriov.c | 863 if (test_bit(BNXT_STATE_IN_FW_RESET, &bp->state)) { in bnxt_sriov_configure()
|
H A D | bnxt.h | 1803 #define BNXT_STATE_IN_FW_RESET 4 macro
|
Completed in 54 milliseconds