Searched refs:rx_cpu_rmap (Results 1 – 9 of 9) sorted by relevance
1967 if (edev->ndev->rx_cpu_rmap && (fp->type & QEDE_FASTPATH_RX)) { in qede_req_msix_irqs()1968 rc = irq_cpu_rmap_add(edev->ndev->rx_cpu_rmap, in qede_req_msix_irqs()1982 if (edev->ndev->rx_cpu_rmap) in qede_req_msix_irqs()1983 free_irq_cpu_rmap(edev->ndev->rx_cpu_rmap); in qede_req_msix_irqs()1985 edev->ndev->rx_cpu_rmap = NULL; in qede_req_msix_irqs()2382 if (edev->ndev->rx_cpu_rmap) in qede_unload()2383 free_irq_cpu_rmap(edev->ndev->rx_cpu_rmap); in qede_unload()2385 edev->ndev->rx_cpu_rmap = NULL; in qede_unload()
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
5053 if (!skb_rx_queue_recorded(skb) || !dev->rx_cpu_rmap || in set_rps_cpu()5056 rxq_index = cpu_rmap_lookup_index(dev->rx_cpu_rmap, next_cpu); in set_rps_cpu()7325 struct cpu_rmap *rmap = napi->dev->rx_cpu_rmap; in netif_napi_irq_notify()7347 struct cpu_rmap *rmap = napi->dev->rx_cpu_rmap; in netif_napi_affinity_release()7365 dev->rx_cpu_rmap = alloc_irq_cpu_rmap(num_irqs); in netif_enable_cpu_rmap()7366 if (!dev->rx_cpu_rmap) in netif_enable_cpu_rmap()7376 struct cpu_rmap *rmap = dev->rx_cpu_rmap; in netif_del_cpu_rmap()7383 dev->rx_cpu_rmap = NULL; in netif_del_cpu_rmap()7442 rc = cpu_rmap_add(napi->dev->rx_cpu_rmap, napi); in netif_napi_set_irq_locked()7446 cpu_rmap_get(napi->dev->rx_cpu_rmap); in netif_napi_set_irq_locked()[all …]
675 free_irq_cpu_rmap(netdev->rx_cpu_rmap); in hns3_free_rx_cpu_rmap()676 netdev->rx_cpu_rmap = NULL; in hns3_free_rx_cpu_rmap()687 if (!netdev->rx_cpu_rmap) { in hns3_set_rx_cpu_rmap()688 netdev->rx_cpu_rmap = alloc_irq_cpu_rmap(priv->vector_num); in hns3_set_rx_cpu_rmap()689 if (!netdev->rx_cpu_rmap) in hns3_set_rx_cpu_rmap()695 ret = irq_cpu_rmap_add(netdev->rx_cpu_rmap, in hns3_set_rx_cpu_rmap()
2131 priv->dev->rx_cpu_rmap = NULL; in mlx4_en_free_resources()2192 priv->dev->rx_cpu_rmap = mlx4_get_cpu_rmap(priv->mdev->dev, priv->port); in mlx4_en_alloc_resources()
2375 struct cpu_rmap *rx_cpu_rmap; member
11297 dev->rx_cpu_rmap = alloc_irq_cpu_rmap(bp->rx_nr_rings); in bnxt_set_real_num_queues()11802 free_irq_cpu_rmap(bp->dev->rx_cpu_rmap); in bnxt_free_irq()11803 bp->dev->rx_cpu_rmap = NULL; in bnxt_free_irq()11845 rmap = bp->dev->rx_cpu_rmap; in bnxt_request_irq()
6091 priv->netdev->rx_cpu_rmap = mlx5_eq_table_get_rmap(priv->mdev); in mlx5e_init_nic_rx()