Home
last modified time | relevance | path

Searched refs:pcie_fw (Results 1 – 4 of 4) sorted by relevance

/drivers/net/ethernet/chelsio/cxgb4/
Dt4_hw.c195 u32 pcie_fw; in t4_report_fw_error() local
197 pcie_fw = t4_read_reg(adap, PCIE_FW_A); in t4_report_fw_error()
198 if (pcie_fw & PCIE_FW_ERR_F) { in t4_report_fw_error()
200 reason[PCIE_FW_EVAL_G(pcie_fw)]); in t4_report_fw_error()
299 u32 pcie_fw; in t4_wr_mbox_meat_timeout() local
335 pcie_fw = t4_read_reg(adap, PCIE_FW_A); in t4_wr_mbox_meat_timeout()
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()
[all …]
Dcxgb4_ethtool.c1504 u32 pcie_fw; in set_flash() local
1508 pcie_fw = t4_read_reg(adap, PCIE_FW_A); in set_flash()
1509 master = PCIE_FW_MASTER_G(pcie_fw); in set_flash()
1510 if (pcie_fw & PCIE_FW_MASTER_VLD_F) in set_flash()
Dcxgb4_main.c6252 u32 pcie_fw; in cxgb4_iov_configure() local
6254 pcie_fw = readl(adap->regs + PCIE_FW_A); in cxgb4_iov_configure()
6256 if (!(pcie_fw & PCIE_FW_INIT_F)) { in cxgb4_iov_configure()
/drivers/scsi/csiostor/
Dcsio_hw.c978 uint32_t pcie_fw; in csio_do_hello() local
991 pcie_fw = csio_rd_reg32(hw, PCIE_FW_A); in csio_do_hello()
992 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()
1011 } else if (pcie_fw & PCIE_FW_INIT_F) in csio_do_hello()
1021 (pcie_fw & PCIE_FW_MASTER_VLD_F)) in csio_do_hello()
1022 mpfn = PCIE_FW_MASTER_G(pcie_fw); in csio_do_hello()