FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
S_HPZ3
sys/dev/cxgb/common/cxgb_regs.h
5452
#define V_HPZ3(x) ((x) << S_HPZ3)
sys/dev/cxgb/common/cxgb_regs.h
5453
#define G_HPZ3(x) (((x) >> S_HPZ3) & M_HPZ3)
sys/dev/cxgbe/common/t4_regs.h
47361
#define V_HPZ3(x) ((x) << S_HPZ3)
sys/dev/cxgbe/common/t4_regs.h
47362
#define G_HPZ3(x) (((x) >> S_HPZ3) & M_HPZ3)