FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
S_RTINDX
sys/dev/cxgb/common/cxgb_regs.h
6686
#define V_RTINDX(x) ((x) << S_RTINDX)
sys/dev/cxgb/common/cxgb_regs.h
6687
#define G_RTINDX(x) (((x) >> S_RTINDX) & M_RTINDX)
sys/dev/cxgbe/common/t4_regs.h
50649
#define V_RTINDX(x) ((x) << S_RTINDX)
sys/dev/cxgbe/common/t4_regs.h
50650
#define G_RTINDX(x) (((x) >> S_RTINDX) & M_RTINDX)