Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
S_DEVICE
usr/src/uts/common/io/cxgbe/common/t4_regs.h
4121
#define V_DEVICE(x) ((x) << S_DEVICE)
usr/src/uts/common/io/cxgbe/common/t4_regs.h
4122
#define G_DEVICE(x) (((x) >> S_DEVICE) & M_DEVICE)