Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_hw.c7490 if (!(pcie_fw & (F_PCIE_FW_ERR|F_PCIE_FW_INIT))) { in t4_fw_hello()
7507 else if (pcie_fw & F_PCIE_FW_INIT) in t4_fw_hello()
/freebsd/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h9817 #define F_PCIE_FW_INIT V_PCIE_FW_INIT(1U) macro