Home
last modified time | relevance | path

Searched refs:rx_cpu_rmap (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/net/ethernet/qlogic/qede/
H A Dqede_filter.c336 edev->ndev->rx_cpu_rmap = alloc_irq_cpu_rmap(QEDE_RSS_COUNT(edev)); in qede_alloc_arfs()
337 if (!edev->ndev->rx_cpu_rmap) { in qede_alloc_arfs()
354 if (edev->ndev->rx_cpu_rmap) in qede_free_arfs()
355 free_irq_cpu_rmap(edev->ndev->rx_cpu_rmap); in qede_free_arfs()
357 edev->ndev->rx_cpu_rmap = NULL; in qede_free_arfs()
/linux/Documentation/networking/net_cachelines/
H A Dnet_device.rst114 struct cpu_rmap* rx_cpu_rmap
/linux/drivers/net/ethernet/cisco/enic/
H A Denic_main.c1387 free_irq_cpu_rmap(enic->netdev->rx_cpu_rmap); in enic_free_rx_cpu_rmap()
1388 enic->netdev->rx_cpu_rmap = NULL; in enic_free_rx_cpu_rmap()
1396 enic->netdev->rx_cpu_rmap = alloc_irq_cpu_rmap(enic->rq_count); in enic_set_rx_cpu_rmap()
1397 if (unlikely(!enic->netdev->rx_cpu_rmap)) in enic_set_rx_cpu_rmap()
1400 res = irq_cpu_rmap_add(enic->netdev->rx_cpu_rmap, in enic_set_rx_cpu_rmap()
/linux/net/core/
H A Ddev.c5006 if (!skb_rx_queue_recorded(skb) || !dev->rx_cpu_rmap || in set_rps_cpu()
5009 rxq_index = cpu_rmap_lookup_index(dev->rx_cpu_rmap, next_cpu); in set_rps_cpu()
7276 struct cpu_rmap *rmap = napi->dev->rx_cpu_rmap; in netif_napi_irq_notify()
7298 struct cpu_rmap *rmap = napi->dev->rx_cpu_rmap; in netif_napi_affinity_release()
7316 dev->rx_cpu_rmap = alloc_irq_cpu_rmap(num_irqs); in netif_enable_cpu_rmap()
7317 if (!dev->rx_cpu_rmap) in netif_enable_cpu_rmap()
7327 struct cpu_rmap *rmap = dev->rx_cpu_rmap; in netif_del_cpu_rmap()
7334 dev->rx_cpu_rmap = NULL; in netif_del_cpu_rmap()
7393 rc = cpu_rmap_add(napi->dev->rx_cpu_rmap, napi); in netif_napi_set_irq_locked()
7397 cpu_rmap_get(napi->dev->rx_cpu_rmap); in netif_napi_set_irq_locked()
[all …]
/linux/include/linux/
H A Dnetdevice.h2354 struct cpu_rmap *rx_cpu_rmap; member
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c11147 dev->rx_cpu_rmap = alloc_irq_cpu_rmap(bp->rx_nr_rings); in bnxt_set_real_num_queues()
11651 free_irq_cpu_rmap(bp->dev->rx_cpu_rmap); in bnxt_free_irq()
11652 bp->dev->rx_cpu_rmap = NULL; in bnxt_free_irq()
11694 rmap = bp->dev->rx_cpu_rmap; in bnxt_request_irq()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c6023 priv->netdev->rx_cpu_rmap = mlx5_eq_table_get_rmap(priv->mdev); in mlx5e_init_nic_rx()