Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
S_RD_PTR
usr/src/uts/common/io/cxgbe/common/t4_regs.h
9657
#define V_RD_PTR(x) ((x) << S_RD_PTR)
usr/src/uts/common/io/cxgbe/common/t4_regs.h
9658
#define G_RD_PTR(x) (((x) >> S_RD_PTR) & M_RD_PTR)