Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c3925 u32 pcie_fw; in t4_fw_hello() local
3936 pcie_fw = t4_read_reg(adap, A_PCIE_FW); in t4_fw_hello()
3937 if (!(pcie_fw & (F_PCIE_FW_ERR|F_PCIE_FW_INIT))) { in t4_fw_hello()
3952 if (pcie_fw & F_PCIE_FW_ERR) in t4_fw_hello()
3954 else if (pcie_fw & F_PCIE_FW_INIT) in t4_fw_hello()
3964 (pcie_fw & F_PCIE_FW_MASTER_VLD)) in t4_fw_hello()
3965 master_mbox = G_PCIE_FW_MASTER(pcie_fw); in t4_fw_hello()