Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
S_RXPORT
usr/src/uts/common/io/cxgbe/common/t4_regs.h
8383
#define V_RXPORT(x) ((x) << S_RXPORT)
usr/src/uts/common/io/cxgbe/common/t4_regs.h
8384
#define G_RXPORT(x) (((x) >> S_RXPORT) & M_RXPORT)