Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
S_RSTMAX
drivers/net/ethernet/chelsio/cxgb/regs.h
1933
#define V_RSTMAX(x) ((x) << S_RSTMAX)
drivers/net/ethernet/chelsio/cxgb/regs.h
1934
#define G_RSTMAX(x) (((x) >> S_RSTMAX) & M_RSTMAX)