Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/cxgbe/common/
Dt4_regs.h34296 #define S_T6_CLS_PRIORITY 25 macro
34298 #define V_T6_CLS_PRIORITY(x) ((x) << S_T6_CLS_PRIORITY)
34299 #define G_T6_CLS_PRIORITY(x) (((x) >> S_T6_CLS_PRIORITY) & M_T6_CLS_PRIORITY)