Searched refs:rx_cpu_rmap (Results 1 – 7 of 7) sorted by relevance
336 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()
114 struct cpu_rmap* rx_cpu_rmap
1387 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()
5006 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 …]
2354 struct cpu_rmap *rx_cpu_rmap; member
11147 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()
6023 priv->netdev->rx_cpu_rmap = mlx5_eq_table_get_rmap(priv->mdev); in mlx5e_init_nic_rx()