Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
S_TXPF
usr/src/uts/common/io/cxgbe/common/t4_regs.h
8378
#define V_TXPF(x) ((x) << S_TXPF)
usr/src/uts/common/io/cxgbe/common/t4_regs.h
8379
#define G_TXPF(x) (((x) >> S_TXPF) & M_TXPF)