Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/cxgbe/common/
H A Dt4_regs.h34286 #define S_CLS_MATCH 0 macro
34288 #define V_CLS_MATCH(x) ((x) << S_CLS_MATCH)
34289 #define G_CLS_MATCH(x) (((x) >> S_CLS_MATCH) & M_CLS_MATCH)