Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
S_PFNUM
usr/src/uts/common/io/cxgbe/common/t4_regs.h
4215
#define V_PFNUM(x) ((x) << S_PFNUM)
usr/src/uts/common/io/cxgbe/common/t4_regs.h
4216
#define G_PFNUM(x) (((x) >> S_PFNUM) & M_PFNUM)