Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h43349 #define S_CLSTRCPRIORITY 28 macro
43351 #define V_CLSTRCPRIORITY(x) ((x) << S_CLSTRCPRIORITY)
43352 #define G_CLSTRCPRIORITY(x) (((x) >> S_CLSTRCPRIORITY) & M_CLSTRCPRIORITY)