FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
S_THRESH
sys/dev/cxgbe/common/t4_regs.h
43917
#define V_THRESH(x) ((x) << S_THRESH)
sys/dev/cxgbe/common/t4_regs.h
43918
#define G_THRESH(x) (((x) >> S_THRESH) & M_THRESH)