Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
TSVAL_S
drivers/net/ethernet/chelsio/cxgb4/t4_regs.h
405
#define TSVAL_V(x) ((x) << TSVAL_S)
drivers/net/ethernet/chelsio/cxgb4/t4_regs.h
406
#define TSVAL_G(x) (((x) >> TSVAL_S) & TSVAL_M)