Home
last modified time | relevance | path

Searched refs:PCIE_FW_ERR_F (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/
Dt4_hw.c198 if (pcie_fw & PCIE_FW_ERR_F) { in t4_report_fw_error()
336 if (i > FW_CMD_MAX_TIMEOUT || (pcie_fw & PCIE_FW_ERR_F)) { in t4_wr_mbox_meat_timeout()
340 ret = (pcie_fw & PCIE_FW_ERR_F) ? -ENXIO : -EBUSY; in t4_wr_mbox_meat_timeout()
390 !((pcie_fw = t4_read_reg(adap, PCIE_FW_A)) & PCIE_FW_ERR_F) && in t4_wr_mbox_meat_timeout()
430 ret = (pcie_fw & PCIE_FW_ERR_F) ? -ENXIO : -ETIMEDOUT; in t4_wr_mbox_meat_timeout()
4587 if (fw_err & PCIE_FW_ERR_F) in cim_intr_handler()
4599 if (!(fw_err & PCIE_FW_ERR_F) || in cim_intr_handler()
6869 if (t4_read_reg(adap, PCIE_FW_A) & PCIE_FW_ERR_F) in t4_fw_hello()
6920 if (!(pcie_fw & (PCIE_FW_ERR_F|PCIE_FW_INIT_F))) { in t4_fw_hello()
6935 if (pcie_fw & PCIE_FW_ERR_F) in t4_fw_hello()
Dt4fw_api.h3732 #define PCIE_FW_ERR_F PCIE_FW_ERR_V(1U) macro
/linux-6.1.9/drivers/scsi/csiostor/
Dcsio_hw.c992 if (!(pcie_fw & (PCIE_FW_ERR_F|PCIE_FW_INIT_F))) { in csio_do_hello()
1008 if (pcie_fw & PCIE_FW_ERR_F) { in csio_do_hello()