Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c5372 netdev_set_sb_channel(vdev, 0); in ixgbe_fwd_ring_up()
9051 netdev_set_sb_channel(vdev, 0); in ixgbe_reassign_macvlan_pool()
10128 netdev_set_sb_channel(vdev, pool); in ixgbe_fwd_add()
10172 netdev_set_sb_channel(accel->netdev, 0); in ixgbe_fwd_del()
/Linux-v5.4/drivers/net/ethernet/intel/i40e/
Di40e_main.c6989 netdev_set_sb_channel(ch->fwd->netdev, 0); in i40e_free_macvlan_channels()
7279 netdev_set_sb_channel(vdev, avail_macvlan); in i40e_fwd_add()
7290 netdev_set_sb_channel(vdev, 0); in i40e_fwd_add()
7324 netdev_set_sb_channel(ch->fwd->netdev, 0); in i40e_del_all_macvlans()
7360 netdev_set_sb_channel(fwd->netdev, 0); in i40e_fwd_del()
/Linux-v5.4/include/linux/
Dnetdevice.h2106 int netdev_set_sb_channel(struct net_device *dev, u16 channel);
/Linux-v5.4/net/core/
Ddev.c2551 int netdev_set_sb_channel(struct net_device *dev, u16 channel) in netdev_set_sb_channel() function
2569 EXPORT_SYMBOL(netdev_set_sb_channel);