Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/cxgbe/common/
H A Dt4_regs.h14820 #define S_PRIORITY 12 macro
14822 #define V_PRIORITY(x) ((x) << S_PRIORITY)
14823 #define G_PRIORITY(x) (((x) >> S_PRIORITY) & M_PRIORITY)