Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
S_TXPORT
usr/src/uts/common/io/cxgbe/common/t4_regs.h
8393
#define V_TXPORT(x) ((x) << S_TXPORT)
usr/src/uts/common/io/cxgbe/common/t4_regs.h
8394
#define G_TXPORT(x) (((x) >> S_TXPORT) & M_TXPORT)