Home
last modified time | relevance | path

Searched refs:vlan_ctx (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/subsys/net/l2/ethernet/
Dvlan.c93 static struct vlan_context *vlan_ctx[] = { variable
170 ARRAY_FOR_EACH(vlan_ctx, i) { in get_vlan()
171 if (vlan_ctx[i] == NULL || !vlan_ctx[i]->is_used) { in get_vlan()
175 if (vlan_tag == vlan_ctx[i]->tag) { in get_vlan()
176 ctx = vlan_ctx[i]; in get_vlan()
332 ARRAY_FOR_EACH(vlan_ctx, i) { in net_eth_get_vlan_tag()
333 if (vlan_ctx[i] == NULL || !vlan_ctx[i]->is_used) { in net_eth_get_vlan_tag()
337 if (vlan_ctx[i]->iface == iface) { in net_eth_get_vlan_tag()
338 tag = vlan_ctx[i]->tag; in net_eth_get_vlan_tag()
439 ARRAY_FOR_EACH(vlan_ctx, i) { in net_eth_vlan_enable()
[all …]