Home
last modified time | relevance | path

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

/NextBSD/sys/dev/cxgbe/common/
HDt4_msg.h406 #define S_DSCP 22 macro
408 #define V_DSCP(x) ((x) << S_DSCP)
409 #define G_DSCP(x) (((x) >> S_DSCP) & M_DSCP)