Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c5663 netdev_set_sb_channel(vdev, 0); in ixgbe_fwd_ring_up()
9591 netdev_set_sb_channel(vdev, 0); in ixgbe_reassign_macvlan_pool()
10539 netdev_set_sb_channel(vdev, pool); in ixgbe_fwd_add()
10583 netdev_set_sb_channel(accel->netdev, 0); in ixgbe_fwd_del()
/linux-6.15/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c7808 netdev_set_sb_channel(ch->fwd->netdev, 0); in i40e_free_macvlan_channels()
8100 netdev_set_sb_channel(vdev, avail_macvlan); in i40e_fwd_add()
8111 netdev_set_sb_channel(vdev, 0); in i40e_fwd_add()
8145 netdev_set_sb_channel(ch->fwd->netdev, 0); in i40e_del_all_macvlans()
8181 netdev_set_sb_channel(fwd->netdev, 0); in i40e_fwd_del()
/linux-6.15/include/linux/
H A Dnetdevice.h2621 int netdev_set_sb_channel(struct net_device *dev, u16 channel);
/linux-6.15/net/core/
H A Ddev.c3092 int netdev_set_sb_channel(struct net_device *dev, u16 channel) in netdev_set_sb_channel() function
3110 EXPORT_SYMBOL(netdev_set_sb_channel);