Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
S_QID
usr/src/uts/common/io/cxgbe/common/t4_regs.h
497
#define V_QID(x) ((x) << S_QID)
usr/src/uts/common/io/cxgbe/common/t4_regs.h
498
#define G_QID(x) (((x) >> S_QID) & M_QID)