FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
S_INTTID
sys/dev/cxgb/common/cxgb_regs.h
6861
#define V_INTTID(x) ((x) << S_INTTID)
sys/dev/cxgb/common/cxgb_regs.h
6862
#define G_INTTID(x) (((x) >> S_INTTID) & M_INTTID)
sys/dev/cxgbe/common/t4_regs.h
50998
#define V_INTTID(x) ((x) << S_INTTID)
sys/dev/cxgbe/common/t4_regs.h
50999
#define G_INTTID(x) (((x) >> S_INTTID) & M_INTTID)