Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
S_MAXRTT
usr/src/uts/common/io/cxgbe/common/t4_regs.h
5963
#define V_MAXRTT(x) ((x) << S_MAXRTT)
usr/src/uts/common/io/cxgbe/common/t4_regs.h
5964
#define G_MAXRTT(x) (((x) >> S_MAXRTT) & M_MAXRTT)