Home
last modified time | relevance | path

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

/trueos/sys/dev/cxgbe/common/
HDt4_regs.h24383 #define S_CLS_VF 7 macro
24385 #define V_CLS_VF(x) ((x) << S_CLS_VF)
24386 #define G_CLS_VF(x) (((x) >> S_CLS_VF) & M_CLS_VF)