FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
S_MAX
sys/dev/cxgbe/common/t4_regs.h
43827
#define V_MAX(x) ((x) << S_MAX)
sys/dev/cxgbe/common/t4_regs.h
43828
#define G_MAX(x) (((x) >> S_MAX) & M_MAX)