Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
S_2MSL
drivers/net/ethernet/chelsio/cxgb/regs.h
1043
#define V_2MSL(x) ((x) << S_2MSL)
drivers/net/ethernet/chelsio/cxgb/regs.h
1044
#define G_2MSL(x) (((x) >> S_2MSL) & M_2MSL)