FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
S_MASK
sys/dev/cxgbe/common/t4_regs.h
3069
#define V_MASK(x) ((x) << S_MASK)
sys/dev/cxgbe/common/t4_regs.h
3070
#define G_MASK(x) (((x) >> S_MASK) & M_MASK)