Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
S_REV
usr/src/uts/common/io/cxgbe/common/t4_regs.h
10074
#define V_REV(x) ((x) << S_REV)
usr/src/uts/common/io/cxgbe/common/t4_regs.h
10075
#define G_REV(x) (((x) >> S_REV) & M_REV)