Home
last modified time | relevance | path

Searched refs:netif_set_xps_queue (Results 1 – 15 of 15) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/mellanox/mlx4/
Den_tx.c213 netif_set_xps_queue(priv->dev, &ring->sp_affinity_mask, in mlx4_en_activate_tx_ring()
/Linux-v4.19/include/linux/
Dnetdevice.h3330 int netif_set_xps_queue(struct net_device *dev, const struct cpumask *mask,
3419 static inline int netif_set_xps_queue(struct net_device *dev, in netif_set_xps_queue() function
/Linux-v4.19/net/core/
Dnet-sysfs.c1320 err = netif_set_xps_queue(dev, mask, index); in xps_cpus_store()
Ddev.c2477 int netif_set_xps_queue(struct net_device *dev, const struct cpumask *mask, in netif_set_xps_queue() function
2488 EXPORT_SYMBOL(netif_set_xps_queue);
/Linux-v4.19/drivers/net/ethernet/cavium/liquidio/
Dlio_core.c917 netif_set_xps_queue(netdev, in liquidio_setup_io_queues()
/Linux-v4.19/drivers/net/ethernet/cavium/thunder/
Dnicvf_queues.c913 netif_set_xps_queue(nic->netdev, in nicvf_snd_queue_config()
/Linux-v4.19/drivers/net/ethernet/intel/fm10k/
Dfm10k_pci.c911 netif_set_xps_queue(ring->netdev, in fm10k_configure_tx_ring()
/Linux-v4.19/drivers/staging/fsl-dpaa2/ethernet/
Ddpaa2-eth.c1699 err = netif_set_xps_queue(priv->net_dev, &xps_mask, in set_fq_affinity()
/Linux-v4.19/drivers/net/ethernet/cisco/enic/
Denic_main.c166 netif_set_xps_queue(enic->netdev, in enic_set_affinity_hint()
/Linux-v4.19/drivers/net/ethernet/netronome/nfp/
Dnfp_net_common.c2200 netif_set_xps_queue(dp->netdev, &r_vec->affinity_mask, in nfp_net_tx_ring_alloc()
/Linux-v4.19/drivers/net/ethernet/marvell/
Dmvneta.c3015 netif_set_xps_queue(pp->dev, &txq->affinity_mask, txq->id); in mvneta_txq_sw_init()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Den_main.c2024 netif_set_xps_queue(c->netdev, get_cpu_mask(c->cpu), c->ix); in mlx5e_activate_channel()
/Linux-v4.19/drivers/net/ethernet/emulex/benet/
Dbe_main.c3097 netif_set_xps_queue(adapter->netdev, eqo->affinity_mask, in be_tx_qs_create()
/Linux-v4.19/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c3527 netif_set_xps_queue(ring->netdev, in ixgbe_configure_tx_ring()
/Linux-v4.19/drivers/net/ethernet/intel/i40e/
Di40e_main.c3056 netif_set_xps_queue(ring->netdev, get_cpu_mask(cpu), in i40e_config_xps_tx_ring()