Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
S_WIDTH
drivers/net/ethernet/chelsio/cxgb3/regs.h
659
#define V_WIDTH(x) ((x) << S_WIDTH)
drivers/net/ethernet/chelsio/cxgb3/regs.h
660
#define G_WIDTH(x) (((x) >> S_WIDTH) & M_WIDTH)