Home
last modified time | relevance | path

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

/dpdk/drivers/net/cxgbe/base/
H A Dt4_hw.c236 if (pcie_fw & F_PCIE_FW_ERR) in t4_report_fw_error()
350 if (i > 4 * timeout || (pcie_fw & F_PCIE_FW_ERR)) { in t4_wr_mbox_meat_timeout()
354 ret = ((pcie_fw & F_PCIE_FW_ERR) != 0) ? -ENXIO : -EBUSY; in t4_wr_mbox_meat_timeout()
448 for (i = 0; i < timeout && !(pcie_fw & F_PCIE_FW_ERR); i += ms) { in t4_wr_mbox_meat_timeout()
510 ret = ((pcie_fw & F_PCIE_FW_ERR) != 0) ? -ENXIO : -ETIMEDOUT; in t4_wr_mbox_meat_timeout()
3235 if (t4_read_reg(adap, A_PCIE_FW) & F_PCIE_FW_ERR) in t4_fw_hello()
3286 if (!(pcie_fw & (F_PCIE_FW_ERR | F_PCIE_FW_INIT))) { in t4_fw_hello()
3301 if (pcie_fw & F_PCIE_FW_ERR) in t4_fw_hello()
H A Dt4fw_interface.h2322 #define F_PCIE_FW_ERR V_PCIE_FW_ERR(1U) macro