Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
S_TX_MSS
usr/src/uts/common/io/cxgbe/common/t4_msg.h
1084
#define V_TX_MSS(x) ((x) << S_TX_MSS)
usr/src/uts/common/io/cxgbe/common/t4_msg.h
1085
#define G_TX_MSS(x) (((x) >> S_TX_MSS) & M_TX_MSS)