Home
last modified time | relevance | path

Searched refs:F_PCIE_FW_ERR (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/cxgbe/common/
H A Dt4_hw.c212 if (pcie_fw & F_PCIE_FW_ERR) { in t4_report_fw_error()
375 if (pcie_fw & F_PCIE_FW_ERR) in t4_wr_mbox_meat_timeout()
391 if (pcie_fw & F_PCIE_FW_ERR) in t4_wr_mbox_meat_timeout()
447 if (pcie_fw & F_PCIE_FW_ERR) in t4_wr_mbox_meat_timeout()
503 ret = pcie_fw & F_PCIE_FW_ERR ? -ENXIO : -ETIMEDOUT; in t4_wr_mbox_meat_timeout()
4587 if (val & F_TIMER0INT && (!(fw_err & F_PCIE_FW_ERR) || in cim_intr_handler()
4592 fatal = (fw_err & F_PCIE_FW_ERR) != 0; in cim_intr_handler()
7490 if (!(pcie_fw & (F_PCIE_FW_ERR|F_PCIE_FW_INIT))) { in t4_fw_hello()
7505 if (pcie_fw & F_PCIE_FW_ERR) in t4_fw_hello()
/freebsd/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h9813 #define F_PCIE_FW_ERR V_PCIE_FW_ERR(1U) macro