Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
S_TX_QOS
drivers/net/ethernet/chelsio/cxgb3/t3_cpl.h
804
#define V_TX_QOS(x) ((x) << S_TX_QOS)
drivers/net/ethernet/chelsio/cxgb3/t3_cpl.h
805
#define G_TX_QOS(x) (((x) >> S_TX_QOS) & M_TX_QOS)