Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
S_ALLOC
usr/src/uts/common/io/cxgbe/common/t4_regs.h
8896
#define V_ALLOC(x) ((x) << S_ALLOC)
usr/src/uts/common/io/cxgbe/common/t4_regs.h
8897
#define G_ALLOC(x) (((x) >> S_ALLOC) & M_ALLOC)