Home
last modified time | relevance | path

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

/freebsd-head/sys/dev/cxgbe/common/
HDt4_regs.h8855 #define S_VFID_PCIE 0 macro
8857 #define V_VFID_PCIE(x) ((x) << S_VFID_PCIE)
8858 #define G_VFID_PCIE(x) (((x) >> S_VFID_PCIE) & M_VFID_PCIE)