Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c1186 if (!(test_bit(BNXT_STATE_IN_FW_RESET, &bp->state))) in bnxt_queue_fw_reset_work()
4198 test_bit(BNXT_STATE_IN_FW_RESET, &bp->state)) in bnxt_free_mem()
9468 if (test_bit(BNXT_STATE_IN_FW_RESET, &bp->state) && !fw_reset) { in bnxt_hwrm_if_change()
9475 if (!test_bit(BNXT_STATE_IN_FW_RESET, &bp->state)) in bnxt_hwrm_if_change()
9975 if (!test_bit(BNXT_STATE_IN_FW_RESET, &bp->state)) { in bnxt_open()
10034 if (test_bit(BNXT_STATE_IN_FW_RESET, &bp->state)) { in bnxt_close_nic()
10750 if (!fw_health->enabled || test_bit(BNXT_STATE_IN_FW_RESET, &bp->state)) in bnxt_fw_health_check()
10948 test_bit(BNXT_STATE_IN_FW_RESET, &bp->state)) in bnxt_force_fw_reset()
10951 set_bit(BNXT_STATE_IN_FW_RESET, &bp->state); in bnxt_force_fw_reset()
11006 !test_bit(BNXT_STATE_IN_FW_RESET, &bp->state)) { in bnxt_fw_reset()
[all …]
H A Dbnxt_devlink.c52 if (test_bit(BNXT_STATE_IN_FW_RESET, &bp->state)) in bnxt_fw_reporter_diagnose()
H A Dbnxt_sriov.c863 if (test_bit(BNXT_STATE_IN_FW_RESET, &bp->state)) { in bnxt_sriov_configure()
H A Dbnxt.h1802 #define BNXT_STATE_IN_FW_RESET 4 macro