Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
S_QIDX
usr/src/uts/common/io/cxgbe/common/t4_regs.h
2458
#define V_QIDX(x) ((x) << S_QIDX)
usr/src/uts/common/io/cxgbe/common/t4_regs.h
2459
#define G_QIDX(x) (((x) >> S_QIDX) & M_QIDX)