Searched refs:netdev_unbind_sb_channel (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/net/core/ |
D | dev.c | 2764 netdev_unbind_sb_channel(dev, txq->sb_dev); in netdev_unbind_all_sb_channels() 2811 void netdev_unbind_sb_channel(struct net_device *dev, in netdev_unbind_sb_channel() function 2827 EXPORT_SYMBOL(netdev_unbind_sb_channel);
|
/linux-6.1.9/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_main.c | 5396 netdev_unbind_sb_channel(adapter->netdev, vdev); in ixgbe_fwd_ring_up() 9206 netdev_unbind_sb_channel(adapter->netdev, vdev); in ixgbe_reassign_macvlan_pool() 10206 netdev_unbind_sb_channel(pdev, accel->netdev); in ixgbe_fwd_del()
|
/linux-6.1.9/include/linux/ |
D | netdevice.h | 2414 void netdev_unbind_sb_channel(struct net_device *dev,
|
/linux-6.1.9/drivers/net/ethernet/intel/i40e/ |
D | i40e_main.c | 7746 netdev_unbind_sb_channel(vsi->netdev, ch->fwd->netdev); in i40e_free_macvlan_channels() 8049 netdev_unbind_sb_channel(netdev, vdev); in i40e_fwd_add() 8082 netdev_unbind_sb_channel(vsi->netdev, in i40e_del_all_macvlans() 8119 netdev_unbind_sb_channel(netdev, fwd->netdev); in i40e_fwd_del()
|