Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
S_WR_TID
drivers/net/ethernet/chelsio/cxgb3/t3_cpl.h
289
#define V_WR_TID(x) ((x) << S_WR_TID)
drivers/net/ethernet/chelsio/cxgb3/t3_cpl.h
290
#define G_WR_TID(x) (((x) >> S_WR_TID) & M_WR_TID)