Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/cxgbe/common/
HDt4_regs.h34403 #define S_CLSTRCMATCH 21 macro
34405 #define V_CLSTRCMATCH(x) ((x) << S_CLSTRCMATCH)
34406 #define G_CLSTRCMATCH(x) (((x) >> S_CLSTRCMATCH) & M_CLSTRCMATCH)