FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
S_DATA
sys/dev/cxgb/common/cxgb_regs.h
2986
#define V_DATA(x) ((x) << S_DATA)
sys/dev/cxgb/common/cxgb_regs.h
2987
#define G_DATA(x) (((x) >> S_DATA) & M_DATA)
sys/dev/cxgbe/common/t4_regs.h
54503
#define V_DATA(x) ((x) << S_DATA)
sys/dev/cxgbe/common/t4_regs.h
54504
#define G_DATA(x) (((x) >> S_DATA) & M_DATA)