Searched refs:netdev_set_sb_channel (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_main.c | 5395 netdev_set_sb_channel(vdev, 0); in ixgbe_fwd_ring_up() 9104 netdev_set_sb_channel(vdev, 0); in ixgbe_reassign_macvlan_pool() 10060 netdev_set_sb_channel(vdev, pool); in ixgbe_fwd_add() 10104 netdev_set_sb_channel(accel->netdev, 0); in ixgbe_fwd_del()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_main.c | 5387 netdev_set_sb_channel(vdev, 0); in ixgbe_fwd_ring_up() 9195 netdev_set_sb_channel(vdev, 0); in ixgbe_reassign_macvlan_pool() 10148 netdev_set_sb_channel(vdev, pool); in ixgbe_fwd_add() 10192 netdev_set_sb_channel(accel->netdev, 0); in ixgbe_fwd_del()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_main.c | 7243 netdev_set_sb_channel(ch->fwd->netdev, 0); in i40e_free_macvlan_channels() 7535 netdev_set_sb_channel(vdev, avail_macvlan); in i40e_fwd_add() 7546 netdev_set_sb_channel(vdev, 0); in i40e_fwd_add() 7580 netdev_set_sb_channel(ch->fwd->netdev, 0); in i40e_del_all_macvlans() 7616 netdev_set_sb_channel(fwd->netdev, 0); in i40e_fwd_del()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_main.c | 7772 netdev_set_sb_channel(ch->fwd->netdev, 0); in i40e_free_macvlan_channels() 8064 netdev_set_sb_channel(vdev, avail_macvlan); in i40e_fwd_add() 8075 netdev_set_sb_channel(vdev, 0); in i40e_fwd_add() 8109 netdev_set_sb_channel(ch->fwd->netdev, 0); in i40e_del_all_macvlans() 8145 netdev_set_sb_channel(fwd->netdev, 0); in i40e_fwd_del()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | netdevice.h | 2261 int netdev_set_sb_channel(struct net_device *dev, u16 channel);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | netdevice.h | 2491 int netdev_set_sb_channel(struct net_device *dev, u16 channel);
|
/kernel/linux/linux-5.10/net/core/ |
H A D | dev.c | 2932 int netdev_set_sb_channel(struct net_device *dev, u16 channel) in netdev_set_sb_channel() function 2950 EXPORT_SYMBOL(netdev_set_sb_channel); variable
|
/kernel/linux/linux-6.6/net/core/ |
H A 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); variable
|
Completed in 109 milliseconds