Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/
H A Dt4_main.c10175 (cls_lo & F_VF_VALID) ? G_VF(cls_lo) : -1); in sysctl_mps_tcam()
/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h32023 #define G_VF(x) (((x) >> S_VF) & M_VF) macro