Searched refs:wx_vlan_rx_add_vid (Results 1 – 3 of 3) sorted by relevance
44 int wx_vlan_rx_add_vid(struct net_device *netdev, __be16 proto, u16 vid);
1608 wx_vlan_rx_add_vid(wx->netdev, htons(ETH_P_8021Q), 0); in wx_restore_vlan()1611 wx_vlan_rx_add_vid(wx->netdev, htons(ETH_P_8021Q), vid); in wx_restore_vlan()2173 int wx_vlan_rx_add_vid(struct net_device *netdev, in wx_vlan_rx_add_vid() function2184 EXPORT_SYMBOL(wx_vlan_rx_add_vid);
508 .ndo_vlan_rx_add_vid = wx_vlan_rx_add_vid,