Searched refs:vlan_setup (Results 1 – 6 of 6) sorted by relevance
45 a tag configured using vlan_setup() call will be received.46 The filtering can only be done on one vlan tag. If vlan_setup() is
120 .vlan_setup = vnd_ethernet_vlan_setup,
486 static int vlan_setup(const struct device *dev, struct net_if *iface, in vlan_setup() function507 .vlan_setup = vlan_setup,
978 .vlan_setup = eth_xmc4xxx_vlan_setup,
460 if (eth->vlan_setup) { in net_eth_vlan_enable()461 eth->vlan_setup(net_if_get_device(iface), in net_eth_vlan_enable()505 if (eth->vlan_setup) { in net_eth_vlan_disable()506 eth->vlan_setup(net_if_get_device(vlan->attached_to), in net_eth_vlan_disable()
581 int (*vlan_setup)(const struct device *dev, struct net_if *iface, member