FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
S_TXIPG
sys/dev/cxgb/common/cxgb_regs.h
7358
#define V_TXIPG(x) ((x) << S_TXIPG)
sys/dev/cxgb/common/cxgb_regs.h
7359
#define G_TXIPG(x) (((x) >> S_TXIPG) & M_TXIPG)
sys/dev/cxgbe/common/t4_regs.h
52635
#define V_TXIPG(x) ((x) << S_TXIPG)
sys/dev/cxgbe/common/t4_regs.h
52636
#define G_TXIPG(x) (((x) >> S_TXIPG) & M_TXIPG)