Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c194 reason[G_PCIE_FW_EVAL(pcie_fw)]); in t4_report_fw_error()
4852 (G_PCIE_FW_EVAL(fw_err) != PCIE_FW_EVAL_CRASH)) in cim_intr_handler()
/illumos-gate/usr/src/cmd/cxgbetool/
H A Dcudbg_view.c865 if (fw_state & F_PCIE_FW_ERR && G_PCIE_FW_EVAL(fw_state) == in view_sw_state()
/illumos-gate/usr/src/uts/common/io/cxgbe/firmware/
H A Dt4fw_interface.h9755 #define G_PCIE_FW_EVAL(x) (((x) >> S_PCIE_FW_EVAL) & M_PCIE_FW_EVAL) macro