Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/intel/iwlwifi/pcie/gen1_2/
H A Drx.c1853 if (trans_pcie->fw_reset_state == FW_RESET_REQUESTED) { in iwl_trans_pcie_handle_reset_interrupt()
1855 trans_pcie->fw_reset_state = FW_RESET_OK; in iwl_trans_pcie_handle_reset_interrupt()
1861 if (trans_pcie->fw_reset_state == FW_RESET_TOP_REQUESTED) { in iwl_trans_pcie_handle_reset_interrupt()
1863 trans_pcie->fw_reset_state = FW_RESET_OK; in iwl_trans_pcie_handle_reset_interrupt()
1874 if (trans_pcie->fw_reset_state == FW_RESET_REQUESTED) { in iwl_trans_pcie_handle_reset_interrupt()
1878 trans_pcie->fw_reset_state = FW_RESET_OK; in iwl_trans_pcie_handle_reset_interrupt()
2035 if (trans_pcie->fw_reset_state == FW_RESET_REQUESTED) { in iwl_pcie_irq_handler()
2036 trans_pcie->fw_reset_state = FW_RESET_ERROR; in iwl_pcie_irq_handler()
2388 } else if (trans_pcie->fw_reset_state == FW_RESET_REQUESTED) { in iwl_pcie_irq_msix_handler()
2389 trans_pcie->fw_reset_state = FW_RESET_ERROR; in iwl_pcie_irq_msix_handler()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ulp.c246 if (bp->fw_reset_state) in bnxt_send_msg()
H A Dbnxt.c12690 fw_reset = (bp->fw_reset_state == BNXT_FW_RESET_STATE_ABORT); in bnxt_hwrm_if_change()
12691 bp->fw_reset_state = 0; in bnxt_hwrm_if_change()
14528 bp->fw_reset_state = BNXT_FW_RESET_STATE_RESET_FW; in bnxt_force_fw_reset()
14532 bp->fw_reset_state = BNXT_FW_RESET_STATE_ENABLE_DEV; in bnxt_force_fw_reset()
14607 bp->fw_reset_state = in bnxt_fw_reset()
14614 bp->fw_reset_state = BNXT_FW_RESET_STATE_POLL_FW_DOWN; in bnxt_fw_reset()
14617 bp->fw_reset_state = BNXT_FW_RESET_STATE_ENABLE_DEV; in bnxt_fw_reset()
15235 if (bp->fw_reset_state != BNXT_FW_RESET_STATE_POLL_VF) in bnxt_fw_reset_abort()
15237 bp->fw_reset_state = BNXT_FW_RESET_STATE_ABORT; in bnxt_fw_reset_abort()
15251 switch (bp->fw_reset_state) { in bnxt_fw_reset_task()
[all …]
H A Dbnxt.h2647 int fw_reset_state; member