FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
S_RSPQ
sys/dev/cxgb/common/cxgb_regs.h
143
#define V_RSPQ(x) ((x) << S_RSPQ)
sys/dev/cxgb/common/cxgb_regs.h
144
#define G_RSPQ(x) (((x) >> S_RSPQ) & M_RSPQ)