Searched refs:netdev_set_sb_channel (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_main.c | 5389 netdev_set_sb_channel(vdev, 0); in ixgbe_fwd_ring_up() 9199 netdev_set_sb_channel(vdev, 0); in ixgbe_reassign_macvlan_pool() 10152 netdev_set_sb_channel(vdev, pool); in ixgbe_fwd_add() 10196 netdev_set_sb_channel(accel->netdev, 0); in ixgbe_fwd_del()
|
/Linux-v6.6/drivers/net/ethernet/intel/i40e/ |
D | i40e_main.c | 7751 netdev_set_sb_channel(ch->fwd->netdev, 0); in i40e_free_macvlan_channels() 8043 netdev_set_sb_channel(vdev, avail_macvlan); in i40e_fwd_add() 8054 netdev_set_sb_channel(vdev, 0); in i40e_fwd_add() 8088 netdev_set_sb_channel(ch->fwd->netdev, 0); in i40e_del_all_macvlans() 8124 netdev_set_sb_channel(fwd->netdev, 0); in i40e_fwd_del()
|
/Linux-v6.6/include/linux/ |
D | netdevice.h | 2479 int netdev_set_sb_channel(struct net_device *dev, u16 channel);
|
/Linux-v6.6/net/core/ |
D | dev.c | 2900 int netdev_set_sb_channel(struct net_device *dev, u16 channel) in netdev_set_sb_channel() function 2918 EXPORT_SYMBOL(netdev_set_sb_channel);
|