Home
last modified time | relevance | path

Searched refs:alloc_irq_cpu_rmap (Results 1 – 8 of 8) sorted by relevance

/linux/include/linux/
H A Dcpu_rmap.h58 static inline struct cpu_rmap *alloc_irq_cpu_rmap(unsigned int size) in alloc_irq_cpu_rmap() function
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Deq.c925 eq_table->rmap = alloc_irq_cpu_rmap(eq_table->max_comp_eqs); in alloc_rmap()
/linux/drivers/net/ethernet/mellanox/mlx4/
H A Deq.c1236 info->rmap = alloc_irq_cpu_rmap( in mlx4_init_eq_table()
/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()
/linux/drivers/net/ethernet/cisco/enic/
H A Denic_main.c1396 enic->netdev->rx_cpu_rmap = alloc_irq_cpu_rmap(enic->rq_count); in enic_set_rx_cpu_rmap()
/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.c686 netdev->rx_cpu_rmap = alloc_irq_cpu_rmap(priv->vector_num); in hns3_set_rx_cpu_rmap()
/linux/net/core/
H A Ddev.c7054 dev->rx_cpu_rmap = alloc_irq_cpu_rmap(num_irqs); in netif_enable_cpu_rmap()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c11074 dev->rx_cpu_rmap = alloc_irq_cpu_rmap(bp->rx_nr_rings); in bnxt_set_real_num_queues()