Home
last modified time | relevance | path

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

/drivers/net/ethernet/chelsio/cxgb4/
Dt4_hw.c191 if (pcie_fw & FW_PCIE_FW_ERR) in t4_report_fw_error()
1566 if (t4_read_reg(adapter, MA_PCIE_FW) & FW_PCIE_FW_ERR) in cim_intr_handler()
2795 if (t4_read_reg(adap, MA_PCIE_FW) & FW_PCIE_FW_ERR) in t4_fw_hello()
2846 if (!(pcie_fw & (FW_PCIE_FW_ERR|FW_PCIE_FW_INIT))) { in t4_fw_hello()
2861 if (pcie_fw & FW_PCIE_FW_ERR) in t4_fw_hello()
Dt4fw_api.h2222 #define FW_PCIE_FW_ERR (1U << 31) macro