Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
S_WR_LEN
drivers/net/ethernet/chelsio/cxgb3/t3_cpl.h
284
#define V_WR_LEN(x) ((x) << S_WR_LEN)
drivers/net/ethernet/chelsio/cxgb3/t3_cpl.h
285
#define G_WR_LEN(x) (((x) >> S_WR_LEN) & M_WR_LEN)