Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
WINDOW_S
drivers/net/ethernet/chelsio/cxgb4/t4_regs.h
778
#define WINDOW_V(x) ((x) << WINDOW_S)
drivers/net/ethernet/chelsio/cxgb4/t4_regs.h
779
#define WINDOW_G(x) (((x) >> WINDOW_S) & WINDOW_M)