FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
S_HPZ2
sys/dev/cxgb/common/cxgb_regs.h
5457
#define V_HPZ2(x) ((x) << S_HPZ2)
sys/dev/cxgb/common/cxgb_regs.h
5458
#define G_HPZ2(x) (((x) >> S_HPZ2) & M_HPZ2)
sys/dev/cxgbe/common/t4_regs.h
47366
#define V_HPZ2(x) ((x) << S_HPZ2)
sys/dev/cxgbe/common/t4_regs.h
47367
#define G_HPZ2(x) (((x) >> S_HPZ2) & M_HPZ2)