Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
S_OPMODE
usr/src/uts/common/io/cxgbe/common/t4_regs.h
1339
#define V_OPMODE(x) ((x) << S_OPMODE)
usr/src/uts/common/io/cxgbe/common/t4_regs.h
1340
#define G_OPMODE(x) (((x) >> S_OPMODE) & M_OPMODE)