Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_regs.h8019 #define S_PRIORITY 12 macro
8021 #define V_PRIORITY(x) ((x) << S_PRIORITY)
8022 #define G_PRIORITY(x) (((x) >> S_PRIORITY) & M_PRIORITY)