Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
S_DAY
drivers/net/ethernet/chelsio/cxgb/regs.h
197
#define V_DAY(x) ((x) << S_DAY)
drivers/net/ethernet/chelsio/cxgb/regs.h
198
#define G_DAY(x) (((x) >> S_DAY) & M_DAY)