Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
S_QUEUE
usr/src/uts/common/io/cxgbe/common/t4_regs.h
6424
#define V_QUEUE(x) ((x) << S_QUEUE)
usr/src/uts/common/io/cxgbe/common/t4_regs.h
6425
#define G_QUEUE(x) (((x) >> S_QUEUE) & M_QUEUE)