Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
S_TX_MSS
drivers/net/ethernet/chelsio/cxgb3/t3_cpl.h
799
#define V_TX_MSS(x) ((x) << S_TX_MSS)
drivers/net/ethernet/chelsio/cxgb3/t3_cpl.h
800
#define G_TX_MSS(x) (((x) >> S_TX_MSS) & M_TX_MSS)