Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
S_DSCP
usr/src/uts/common/io/cxgbe/common/t4_msg.h
439
#define V_DSCP(x) ((x) << S_DSCP)
usr/src/uts/common/io/cxgbe/common/t4_msg.h
440
#define G_DSCP(x) (((x) >> S_DSCP) & M_DSCP)