Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_msg.h437 #define S_DSCP 22 macro
439 #define V_DSCP(x) ((x) << S_DSCP)
440 #define G_DSCP(x) (((x) >> S_DSCP) & M_DSCP)