FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
S_INT
sys/dev/cxgbe/common/t4_regs.h
81976
#define V_INT(x) ((x) << S_INT)
sys/dev/cxgbe/common/t4_regs.h
81977
#define G_INT(x) (((x) >> S_INT) & M_INT)