Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
S_DEN
drivers/net/ethernet/chelsio/cxgb3/regs.h
672
#define V_DEN(x) ((x) << S_DEN)
drivers/net/ethernet/chelsio/cxgb3/regs.h
673
#define G_DEN(x) (((x) >> S_DEN) & M_DEN)