Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
S_OFFSET
usr/src/uts/common/io/cxgbe/common/t4_regs.h
3742
#define V_OFFSET(x) ((x) << S_OFFSET)
usr/src/uts/common/io/cxgbe/common/t4_regs.h
3743
#define G_OFFSET(x) (((x) >> S_OFFSET) & M_OFFSET)