Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
S_ETYPE
usr/src/uts/common/io/cxgbe/common/t4_regs.h
9216
#define V_ETYPE(x) ((x) << S_ETYPE)
usr/src/uts/common/io/cxgbe/common/t4_regs.h
9217
#define G_ETYPE(x) (((x) >> S_ETYPE) & M_ETYPE)