FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
S_MSGSEL
sys/dev/cxgb/common/cxgb_regs.h
6789
#define V_MSGSEL(x) ((x) << S_MSGSEL)
sys/dev/cxgb/common/cxgb_regs.h
6790
#define G_MSGSEL(x) (((x) >> S_MSGSEL) & M_MSGSEL)
sys/dev/cxgbe/common/t4_regs.h
50774
#define V_MSGSEL(x) ((x) << S_MSGSEL)
sys/dev/cxgbe/common/t4_regs.h
50775
#define G_MSGSEL(x) (((x) >> S_MSGSEL) & M_MSGSEL)