Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/iwlwifi/pcie/
H A Dtrans-gen2.c106 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()
H A Drx.c2323 } 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;
H A Dinternal.h416 * @fw_reset_state: state of FW reset handshake
514 enum iwl_pcie_fw_reset_state fw_reset_state;
443 enum iwl_pcie_fw_reset_state fw_reset_state; global() member
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dif_bnxt.c1525 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 …]
H A Dbnxt_ulp.c209 if ((ulp_id != BNXT_ROCE_ULP) && softc->fw_reset_state) in bnxt_send_msg()
H A Dbnxt.h1248 int fw_reset_state; member