Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/ixgbe/
Dixgbe_main.c3355 static void ixgbe_vlan_rx_add_vid(struct net_device *netdev, u16 vid) in ixgbe_vlan_rx_add_vid() function
3470 ixgbe_vlan_rx_add_vid(adapter->netdev, 0); in ixgbe_restore_vlan()
3473 ixgbe_vlan_rx_add_vid(adapter->netdev, vid); in ixgbe_restore_vlan()
7067 .ndo_vlan_rx_add_vid = ixgbe_vlan_rx_add_vid,