Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/cxgbe/common/
H A Dt4_regs.h34409 #define S_CLSTRCMATCH 21 macro
34411 #define V_CLSTRCMATCH(x) ((x) << S_CLSTRCMATCH)
34412 #define G_CLSTRCMATCH(x) (((x) >> S_CLSTRCMATCH) & M_CLSTRCMATCH)