Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
S_TX_QOS
usr/src/uts/common/io/cxgbe/common/t4_msg.h
1089
#define V_TX_QOS(x) ((x) << S_TX_QOS)
usr/src/uts/common/io/cxgbe/common/t4_msg.h
1090
#define G_TX_QOS(x) (((x) >> S_TX_QOS) & M_TX_QOS)