FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
S_VLAN
sys/dev/cxgb/common/cxgb_regs.h
5105
#define V_VLAN(x) ((x) << S_VLAN)
sys/dev/cxgb/common/cxgb_regs.h
5106
#define G_VLAN(x) (((x) >> S_VLAN) & M_VLAN)
sys/dev/cxgbe/common/t4_regs.h
33598
#define V_VLAN(x) ((x) << S_VLAN)