Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dtrans-gen2.c103 trans_pcie->fw_reset_state = FW_RESET_REQUESTED; in iwl_trans_pcie_fw_reset_handshake()
117 trans_pcie->fw_reset_state != FW_RESET_REQUESTED, in iwl_trans_pcie_fw_reset_handshake()
119 if (!ret || trans_pcie->fw_reset_state == FW_RESET_ERROR) { in iwl_trans_pcie_fw_reset_handshake()
137 trans_pcie->fw_reset_state = FW_RESET_IDLE; in iwl_trans_pcie_fw_reset_handshake()
H A Drx.c2315 } else if (trans_pcie->fw_reset_state == FW_RESET_REQUESTED) { in iwl_pcie_irq_msix_handler()
2316 trans_pcie->fw_reset_state = FW_RESET_ERROR; in iwl_pcie_irq_msix_handler()
2393 trans_pcie->fw_reset_state = FW_RESET_OK; in iwl_pcie_irq_msix_handler()
H A Dinternal.h514 enum iwl_pcie_fw_reset_state fw_reset_state; member
/linux-6.15/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ulp.c203 if (bp->fw_reset_state) in bnxt_send_msg()
H A Dbnxt.c12335 bp->fw_reset_state = 0; in bnxt_hwrm_if_change()
14168 bp->fw_reset_state = BNXT_FW_RESET_STATE_RESET_FW; in bnxt_force_fw_reset()
14172 bp->fw_reset_state = BNXT_FW_RESET_STATE_ENABLE_DEV; in bnxt_force_fw_reset()
14247 bp->fw_reset_state = in bnxt_fw_reset()
14854 bp->fw_reset_state = BNXT_FW_RESET_STATE_ABORT; in bnxt_fw_reset_abort()
14868 switch (bp->fw_reset_state) { in bnxt_fw_reset_task()
14881 bp->fw_reset_state = 0; in bnxt_fw_reset_task()
14925 bp->fw_reset_state = BNXT_FW_RESET_STATE_RESET_FW; in bnxt_fw_reset_task()
14961 bp->fw_reset_state = BNXT_FW_RESET_STATE_POLL_FW; in bnxt_fw_reset_task()
14975 bp->fw_reset_state = BNXT_FW_RESET_STATE_OPENING; in bnxt_fw_reset_task()
[all …]
H A Dbnxt.h2610 int fw_reset_state; member