Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_ethtool.c935 u32 pcie_fw; in set_flash() local
939 pcie_fw = t4_read_reg(adap, PCIE_FW_A); in set_flash()
940 master = PCIE_FW_MASTER_G(pcie_fw); in set_flash()
941 if (pcie_fw & PCIE_FW_MASTER_VLD_F) in set_flash()
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()
5827 u32 pcie_fw; in t4_fw_hello() local
5838 pcie_fw = t4_read_reg(adap, PCIE_FW_A); in t4_fw_hello()
5839 if (!(pcie_fw & (PCIE_FW_ERR_F|PCIE_FW_INIT_F))) { in t4_fw_hello()
5854 if (pcie_fw & PCIE_FW_ERR_F) in t4_fw_hello()
5856 else if (pcie_fw & PCIE_FW_INIT_F) in t4_fw_hello()
5866 (pcie_fw & PCIE_FW_MASTER_VLD_F)) in t4_fw_hello()
[all …]
/linux-4.4.14/drivers/scsi/csiostor/
Dcsio_hw.c883 uint32_t pcie_fw; in csio_do_hello() local
896 pcie_fw = csio_rd_reg32(hw, PCIE_FW_A); in csio_do_hello()
897 if (!(pcie_fw & (PCIE_FW_ERR_F|PCIE_FW_INIT_F))) { in csio_do_hello()
913 if (pcie_fw & PCIE_FW_ERR_F) { in csio_do_hello()
916 } else if (pcie_fw & PCIE_FW_INIT_F) in csio_do_hello()
926 (pcie_fw & PCIE_FW_MASTER_VLD_F)) in csio_do_hello()
927 mpfn = PCIE_FW_MASTER_G(pcie_fw); in csio_do_hello()