Searched refs:netdev_set_sb_channel (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_main.c | 5397 netdev_set_sb_channel(vdev, 0); in ixgbe_fwd_ring_up() 9079 netdev_set_sb_channel(vdev, 0); in ixgbe_reassign_macvlan_pool() 10035 netdev_set_sb_channel(vdev, pool); in ixgbe_fwd_add() 10079 netdev_set_sb_channel(accel->netdev, 0); in ixgbe_fwd_del()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_main.c | 7237 netdev_set_sb_channel(ch->fwd->netdev, 0); in i40e_free_macvlan_channels() 7529 netdev_set_sb_channel(vdev, avail_macvlan); in i40e_fwd_add() 7540 netdev_set_sb_channel(vdev, 0); in i40e_fwd_add() 7574 netdev_set_sb_channel(ch->fwd->netdev, 0); in i40e_del_all_macvlans() 7610 netdev_set_sb_channel(fwd->netdev, 0); in i40e_fwd_del()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | netdevice.h | 2292 int netdev_set_sb_channel(struct net_device *dev, u16 channel);
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | dev.c | 2937 int netdev_set_sb_channel(struct net_device *dev, u16 channel) in netdev_set_sb_channel() function 2955 EXPORT_SYMBOL(netdev_set_sb_channel);
|