Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/drivers/ethernet/
Deth_native_posix.c568 static int vlan_setup(const struct device *dev, struct net_if *iface, in vlan_setup() function
614 .vlan_setup = vlan_setup,
/Zephyr-Core-2.7.6/subsys/net/l2/ethernet/
Dethernet.c979 if (eth->vlan_setup) { in net_eth_vlan_enable()
980 eth->vlan_setup(net_if_get_device(iface), in net_eth_vlan_enable()
1027 if (eth->vlan_setup) { in net_eth_vlan_disable()
1028 eth->vlan_setup(net_if_get_device(iface), iface, tag, false); in net_eth_vlan_disable()
/Zephyr-Core-2.7.6/include/net/
Dethernet.h435 int (*vlan_setup)(const struct device *dev, struct net_if *iface, member