Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
S_PIDX
usr/src/uts/common/io/cxgbe/common/t4_regs.h
506
#define V_PIDX(x) ((x) << S_PIDX)
usr/src/uts/common/io/cxgbe/common/t4_regs.h
507
#define G_PIDX(x) (((x) >> S_PIDX) & M_PIDX)