Home
last modified time | relevance | path

Searched refs:nintrs (Results 1 – 9 of 9) sorted by relevance

/drivers/net/ethernet/pensando/ionic/
Dionic_bus_pci.c32 int ionic_bus_alloc_irq_vectors(struct ionic *ionic, unsigned int nintrs) in ionic_bus_alloc_irq_vectors() argument
34 return pci_alloc_irq_vectors(ionic->pdev, nintrs, nintrs, in ionic_bus_alloc_irq_vectors()
40 if (!ionic->nintrs) in ionic_bus_free_irq_vectors()
Dionic_bus.h9 int ionic_bus_alloc_irq_vectors(struct ionic *ionic, unsigned int nintrs);
Dionic.h50 unsigned int nintrs; member
Dionic_debugfs.c45 seq_printf(seq, "nintrs: %d\n", ident->dev.nintrs); in identity_show()
67 debugfs_create_u32("nintrs", 0400, ionic->dentry, &ionic->nintrs); in ionic_debugfs_add_sizes()
Dionic_lif.c224 index = find_first_zero_bit(ionic->intrs, ionic->nintrs); in ionic_intr_alloc()
225 if (index == ionic->nintrs) { in ionic_intr_alloc()
227 __func__, index, ionic->nintrs); in ionic_intr_alloc()
239 if (index != IONIC_INTR_INDEX_NOT_ASSIGNED && index < ionic->nintrs) in ionic_intr_free()
3115 unsigned int nintrs, dev_nintrs; in ionic_lif_size() local
3126 dev_nintrs = le32_to_cpu(ident->dev.nintrs); in ionic_lif_size()
3142 nintrs = 1 + nxqs + neqs; in ionic_lif_size()
3145 if (nintrs > dev_nintrs) in ionic_lif_size()
3148 err = ionic_bus_alloc_irq_vectors(ionic, nintrs); in ionic_lif_size()
3156 if (err != nintrs) { in ionic_lif_size()
[all …]
Dionic_if.h281 __le32 nintrs; member
/drivers/gpu/drm/rockchip/
Drockchip_vop_reg.c134 .nintrs = ARRAY_SIZE(rk3036_vop_intrs),
212 .nintrs = ARRAY_SIZE(px30_vop_intrs),
437 .nintrs = ARRAY_SIZE(rk3066_vop_intrs),
536 .nintrs = ARRAY_SIZE(rk3188_vop_intrs),
680 .nintrs = ARRAY_SIZE(rk3288_vop_intrs),
711 .nintrs = ARRAY_SIZE(rk3368_vop_intrs),
801 .nintrs = ARRAY_SIZE(rk3368_vop_intrs),
1016 .nintrs = ARRAY_SIZE(rk3368_vop_intrs),
Drockchip_drm_vop.h114 uint32_t nintrs; member
Drockchip_drm_vop.c71 for (i = 0; i < vop->data->intr->nintrs; i++) { \
238 for (i = 0; i < vop->data->intr->nintrs; i++) { in vop_get_intr_type()