Searched refs:netdev_unbind_sb_channel (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_main.c | 5658 netdev_unbind_sb_channel(adapter->netdev, vdev); in ixgbe_fwd_ring_up() 9586 netdev_unbind_sb_channel(adapter->netdev, vdev); in ixgbe_reassign_macvlan_pool() 10578 netdev_unbind_sb_channel(pdev, accel->netdev); in ixgbe_fwd_del()
|
/linux/net/core/ |
H A D | dev.c | 3025 netdev_unbind_sb_channel(dev, txq->sb_dev); in netdev_unbind_all_sb_channels() 3072 void netdev_unbind_sb_channel(struct net_device *dev, in netdev_unbind_sb_channel() function 3088 EXPORT_SYMBOL(netdev_unbind_sb_channel);
|
/linux/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_main.c | 7807 netdev_unbind_sb_channel(vsi->netdev, ch->fwd->netdev); in i40e_free_macvlan_channels() 8110 netdev_unbind_sb_channel(netdev, vdev); in i40e_fwd_add() 8143 netdev_unbind_sb_channel(vsi->netdev, in i40e_del_all_macvlans() 8180 netdev_unbind_sb_channel(netdev, fwd->netdev); in i40e_fwd_del()
|
/linux/include/linux/ |
H A D | netdevice.h | 2556 void netdev_unbind_sb_channel(struct net_device *dev,
|