Home
last modified time | relevance | path

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

/src/sys/dev/cxgbe/common/
H A Dt4_regs.h40428 #define S_PRIORITY 12 macro
40430 #define V_PRIORITY(x) ((x) << S_PRIORITY)
40431 #define G_PRIORITY(x) (((x) >> S_PRIORITY) & M_PRIORITY)