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.h34389 #define S_CLSTRCPRIORITY 28 macro
34391 #define V_CLSTRCPRIORITY(x) ((x) << S_CLSTRCPRIORITY)
34392 #define G_CLSTRCPRIORITY(x) (((x) >> S_CLSTRCPRIORITY) & M_CLSTRCPRIORITY)