Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
S_RSPQ
drivers/net/ethernet/chelsio/cxgb3/regs.h
82
#define V_RSPQ(x) ((x) << S_RSPQ)
drivers/net/ethernet/chelsio/cxgb3/regs.h
83
#define G_RSPQ(x) (((x) >> S_RSPQ) & M_RSPQ)