Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h43220 #define S_CLS_MATCH 0 macro
43222 #define V_CLS_MATCH(x) ((x) << S_CLS_MATCH)
43223 #define G_CLS_MATCH(x) (((x) >> S_CLS_MATCH) & M_CLS_MATCH)