FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
S_VXLAN
sys/dev/cxgbe/common/t4_regs.h
44915
#define V_VXLAN(x) ((x) << S_VXLAN)
sys/dev/cxgbe/common/t4_regs.h
44916
#define G_VXLAN(x) (((x) >> S_VXLAN) & M_VXLAN)