FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
S_HPZ1
sys/dev/cxgb/common/cxgb_regs.h
5462
#define V_HPZ1(x) ((x) << S_HPZ1)
sys/dev/cxgb/common/cxgb_regs.h
5463
#define G_HPZ1(x) (((x) >> S_HPZ1) & M_HPZ1)
sys/dev/cxgbe/common/t4_regs.h
47371
#define V_HPZ1(x) ((x) << S_HPZ1)
sys/dev/cxgbe/common/t4_regs.h
47372
#define G_HPZ1(x) (((x) >> S_HPZ1) & M_HPZ1)