Searched refs:fw_reset_state (Results 1 – 6 of 6) sorted by relevance
106 trans_pcie->fw_reset_state = FW_RESET_REQUESTED; in iwl_trans_pcie_fw_reset_handshake() 120 trans_pcie->fw_reset_state != FW_RESET_REQUESTED, in iwl_trans_pcie_fw_reset_handshake() 122 if (!ret || trans_pcie->fw_reset_state == FW_RESET_ERROR) { in iwl_trans_pcie_fw_reset_handshake() 133 trans_pcie->fw_reset_state = FW_RESET_IDLE; in iwl_trans_pcie_fw_reset_handshake()
2323 } else if (trans_pcie->fw_reset_state == FW_RESET_REQUESTED) {2324 trans_pcie->fw_reset_state = FW_RESET_ERROR;2403 trans_pcie->fw_reset_state = FW_RESET_OK;
416 * @fw_reset_state: state of FW reset handshake514 enum iwl_pcie_fw_reset_state fw_reset_state;443 enum iwl_pcie_fw_reset_state fw_reset_state; global() member
1525 bp->fw_reset_state = BNXT_FW_RESET_STATE_POLL_FW_DOWN; in bnxt_fw_reset()1528 bp->fw_reset_state = BNXT_FW_RESET_STATE_ENABLE_DEV; in bnxt_fw_reset()1860 if (bp->fw_reset_state != BNXT_FW_RESET_STATE_POLL_VF) { in bnxt_fw_reset_abort()1863 bp->fw_reset_state = 0; in bnxt_fw_reset_abort()1876 switch (bp->fw_reset_state) { in bnxt_fw_reset_task()1890 bp->fw_reset_state = BNXT_FW_RESET_STATE_ENABLE_DEV; in bnxt_fw_reset_task()1894 bp->fw_reset_state = BNXT_FW_RESET_STATE_RESET_FW; in bnxt_fw_reset_task()1899 bp->fw_reset_state = BNXT_FW_RESET_STATE_ENABLE_DEV; in bnxt_fw_reset_task()1929 bp->fw_reset_state = BNXT_FW_RESET_STATE_POLL_FW; in bnxt_fw_reset_task()1943 bp->fw_reset_state = BNXT_FW_RESET_STATE_OPENING; in bnxt_fw_reset_task()[all …]
209 if ((ulp_id != BNXT_ROCE_ULP) && softc->fw_reset_state) in bnxt_send_msg()
1248 int fw_reset_state; member