Searched refs:S_PCIE_MSIXPARERR (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/sys/dev/cxgb/common/
H A Dcxgb_regs.h969 #define S_PCIE_MSIXPARERR 12 macro
971 #define V_PCIE_MSIXPARERR(x) ((x) << S_PCIE_MSIXPARERR)
972 #define G_PCIE_MSIXPARERR(x) (((x) >> S_PCIE_MSIXPARERR) & M_PCIE_MSIXPARERR)

Completed in 183 milliseconds