Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
S_TSVAL
usr/src/uts/common/io/cxgbe/common/t4_regs.h
1426
#define V_TSVAL(x) ((x) << S_TSVAL)
usr/src/uts/common/io/cxgbe/common/t4_regs.h
1427
#define G_TSVAL(x) (((x) >> S_TSVAL) & M_TSVAL)