Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h34274 #define S_CLS_VF 7 macro
34276 #define V_CLS_VF(x) ((x) << S_CLS_VF)
34277 #define G_CLS_VF(x) (((x) >> S_CLS_VF) & M_CLS_VF)