Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
S_TSCALE
usr/src/uts/common/io/cxgbe/common/t4_regs.h
1624
#define V_TSCALE(x) ((x) << S_TSCALE)
usr/src/uts/common/io/cxgbe/common/t4_regs.h
1625
#define G_TSCALE(x) (((x) >> S_TSCALE) & M_TSCALE)