Lines Matching refs:fw_reset
11969 static void bnxt_clear_reservations(struct bnxt *bp, bool fw_reset) in bnxt_clear_reservations() argument
11984 if (!fw_reset) { in bnxt_clear_reservations()
11990 int bnxt_cancel_reservations(struct bnxt *bp, bool fw_reset) in bnxt_cancel_reservations() argument
12001 bnxt_clear_reservations(bp, fw_reset); in bnxt_cancel_reservations()
12010 bool fw_reset = !bp->irq_tbl; in bnxt_hwrm_if_change() local
12043 fw_reset = true; in bnxt_hwrm_if_change()
12058 fw_reset = true; in bnxt_hwrm_if_change()
12062 if (test_bit(BNXT_STATE_IN_FW_RESET, &bp->state) && !fw_reset) { in bnxt_hwrm_if_change()
12067 if (resc_reinit || fw_reset) { in bnxt_hwrm_if_change()
12068 if (fw_reset) { in bnxt_hwrm_if_change()
12088 rc = bnxt_cancel_reservations(bp, fw_reset); in bnxt_hwrm_if_change()
13618 goto fw_reset; in bnxt_fw_health_check()
13626 goto fw_reset; in bnxt_fw_health_check()
13632 fw_reset: in bnxt_fw_health_check()