FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
S_CREDIT
sys/dev/cxgbe/common/t4_regs.h
40353
#define V_CREDIT(x) ((x) << S_CREDIT)
sys/dev/cxgbe/common/t4_regs.h
40354
#define G_CREDIT(x) (((x) >> S_CREDIT) & M_CREDIT)