FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
S_RXTMAX
sys/dev/cxgb/common/cxgb_regs.h
4316
#define V_RXTMAX(x) ((x) << S_RXTMAX)
sys/dev/cxgb/common/cxgb_regs.h
4317
#define G_RXTMAX(x) (((x) >> S_RXTMAX) & M_RXTMAX)
sys/dev/cxgbe/common/t4_regs.h
28495
#define V_RXTMAX(x) ((x) << S_RXTMAX)
sys/dev/cxgbe/common/t4_regs.h
28496
#define G_RXTMAX(x) (((x) >> S_RXTMAX) & M_RXTMAX)