Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/pensando/ionic/
H A 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()
H A Dionic_bus.h9 int ionic_bus_alloc_irq_vectors(struct ionic *ionic, unsigned int nintrs);
H A 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()
H A Dionic.h50 unsigned int nintrs; member
H A 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()
3111 unsigned int nintrs, dev_nintrs; in ionic_lif_size() local
3122 dev_nintrs = le32_to_cpu(ident->dev.nintrs); in ionic_lif_size()
3138 nintrs = 1 + nxqs + neqs; in ionic_lif_size()
3141 if (nintrs > dev_nintrs) in ionic_lif_size()
3144 err = ionic_bus_alloc_irq_vectors(ionic, nintrs); in ionic_lif_size()
3152 if (err != nintrs) { in ionic_lif_size()
[all …]
H A Dionic_if.h281 __le32 nintrs; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_vop_reg.c387 .nintrs = ARRAY_SIZE(rk3288_vop_intrs),
449 .nintrs = ARRAY_SIZE(rk3368_vop_intrs),
542 .nintrs = ARRAY_SIZE(rk3368_vop_intrs),
1127 .nintrs = ARRAY_SIZE(rk3368_vop_intrs),
1243 .nintrs = ARRAY_SIZE(rk3036_vop_intrs),
1374 .nintrs = ARRAY_SIZE(rk3066_vop_intrs),
1486 .nintrs = ARRAY_SIZE(rk3366_vop_lit_intrs),
1764 .nintrs = ARRAY_SIZE(rk3308_vop_intrs),
H A Drockchip_vop2_reg.c516 .nintrs = ARRAY_SIZE(rk3568_vop_axi_intrs),
526 .nintrs = ARRAY_SIZE(rk3568_vop_axi_intrs),
534 .nintrs = ARRAY_SIZE(rk3568_vop_axi_intrs),
553 .nintrs = ARRAY_SIZE(rk3568_vop_intrs),
563 .nintrs = ARRAY_SIZE(rk3568_vop_intrs),
573 .nintrs = ARRAY_SIZE(rk3568_vop_intrs),
583 .nintrs = ARRAY_SIZE(rk3568_vop_intrs),
H A Drockchip_drm_vop.h407 uint32_t nintrs; member
H A Drockchip_drm_vop.c121 for (i = 0; i < vop->data->intr->nintrs; i++) { \
421 for (i = 0; i < vop->data->intr->nintrs; i++) { in vop_get_intr_type()
H A Drockchip_drm_vop2.c111 for (i = 0; i < intr->nintrs; i++) { \
1134 for (i = 0; i < intr->nintrs; i++) { in vop2_get_intr_type()