Searched refs:wx_vlan_rx_add_vid (Results 1 – 4 of 4) sorted by relevance
35 int wx_vlan_rx_add_vid(struct net_device *netdev, __be16 proto, u16 vid);
1427 wx_vlan_rx_add_vid(wx->netdev, htons(ETH_P_8021Q), 0); in wx_restore_vlan()1430 wx_vlan_rx_add_vid(wx->netdev, htons(ETH_P_8021Q), vid); in wx_restore_vlan()1888 int wx_vlan_rx_add_vid(struct net_device *netdev, in wx_vlan_rx_add_vid() function1899 EXPORT_SYMBOL(wx_vlan_rx_add_vid);
513 .ndo_vlan_rx_add_vid = wx_vlan_rx_add_vid,
491 .ndo_vlan_rx_add_vid = wx_vlan_rx_add_vid,