FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
S_DCA
sys/dev/cxgbe/common/t4_regs.h
74707
#define V_DCA(x) ((x) << S_DCA)
sys/dev/cxgbe/common/t4_regs.h
74708
#define G_DCA(x) (((x) >> S_DCA) & M_DCA)