Searched refs:rx_cpu_rmap (Results 1 – 6 of 6) sorted by relevance
100 efx->net_dev->rx_cpu_rmap = in efx_nic_init_interrupt()102 if (!efx->net_dev->rx_cpu_rmap) { in efx_nic_init_interrupt()126 rc = irq_cpu_rmap_add(efx->net_dev->rx_cpu_rmap, in efx_nic_init_interrupt()138 free_irq_cpu_rmap(efx->net_dev->rx_cpu_rmap); in efx_nic_init_interrupt()139 efx->net_dev->rx_cpu_rmap = NULL; in efx_nic_init_interrupt()155 free_irq_cpu_rmap(efx->net_dev->rx_cpu_rmap); in efx_nic_fini_interrupt()156 efx->net_dev->rx_cpu_rmap = NULL; in efx_nic_fini_interrupt()
106 priv->dev->rx_cpu_rmap; in mlx4_en_activate_cq()
1957 free_irq_cpu_rmap(priv->dev->rx_cpu_rmap); in mlx4_en_free_resources()1958 priv->dev->rx_cpu_rmap = NULL; in mlx4_en_free_resources()2012 priv->dev->rx_cpu_rmap = alloc_irq_cpu_rmap(priv->mdev->dev->caps.comp_pool); in mlx4_en_alloc_resources()2013 if (!priv->dev->rx_cpu_rmap) in mlx4_en_alloc_resources()
1277 free_irq_cpu_rmap(enic->netdev->rx_cpu_rmap); in enic_free_rx_cpu_rmap()1278 enic->netdev->rx_cpu_rmap = NULL; in enic_free_rx_cpu_rmap()1286 enic->netdev->rx_cpu_rmap = alloc_irq_cpu_rmap(enic->rq_count); in enic_set_rx_cpu_rmap()1287 if (unlikely(!enic->netdev->rx_cpu_rmap)) in enic_set_rx_cpu_rmap()1290 res = irq_cpu_rmap_add(enic->netdev->rx_cpu_rmap, in enic_set_rx_cpu_rmap()
1658 struct cpu_rmap *rx_cpu_rmap; member
3086 if (!skb_rx_queue_recorded(skb) || !dev->rx_cpu_rmap || in set_rps_cpu()3089 rxq_index = cpu_rmap_lookup_index(dev->rx_cpu_rmap, next_cpu); in set_rps_cpu()