Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
S_CHIPID
usr/src/uts/common/io/cxgbe/common/t4_regs.h
9806
#define V_CHIPID(x) ((x) << S_CHIPID)
usr/src/uts/common/io/cxgbe/common/t4_regs.h
9807
#define G_CHIPID(x) (((x) >> S_CHIPID) & M_CHIPID)