FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
S_MODE
sys/dev/cxgb/common/cxgb_regs.h
2745
#define V_MODE(x) ((x) << S_MODE)
sys/dev/cxgb/common/cxgb_regs.h
2746
#define G_MODE(x) (((x) >> S_MODE) & M_MODE)
sys/dev/cxgbe/common/t4_regs.h
27388
#define V_MODE(x) ((x) << S_MODE)