Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/igb/
H A Digb_main.c149 static int igb_vlan_rx_add_vid(struct net_device *, __be16, u16);
3055 .ndo_vlan_rx_add_vid = igb_vlan_rx_add_vid,
9279 static int igb_vlan_rx_add_vid(struct net_device *netdev, in igb_vlan_rx_add_vid() function
9316 igb_vlan_rx_add_vid(adapter->netdev, htons(ETH_P_8021Q), 0); in igb_restore_vlan()
9319 igb_vlan_rx_add_vid(adapter->netdev, htons(ETH_P_8021Q), vid); in igb_restore_vlan()