Home
last modified time | relevance | path

Searched refs:nvectors (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/vdpa/ifcvf/
H A Difcvf_main.c320 int nvectors, ret, max_intr; in ifcvf_request_irq() local
322 nvectors = ifcvf_alloc_vectors(vf); in ifcvf_request_irq()
323 if (nvectors <= 0) in ifcvf_request_irq()
328 if (nvectors < max_intr) in ifcvf_request_irq()
331 if (nvectors == 1) { in ifcvf_request_irq()
347 vf->num_msix_vectors = nvectors; in ifcvf_request_irq()
H A Difcvf_base.c410 u32 nvectors = hw->num_msix_vectors; in ifcvf_synchronize_irq() local
414 for (i = 0; i < nvectors; i++) { in ifcvf_synchronize_irq()
/linux/drivers/scsi/
H A Dipr.c3730 if (ioa_cfg->iopoll_weight && ioa_cfg->sis64 && ioa_cfg->nvectors > 1) { in ipr_store_iopoll_weight()
3737 if (ioa_cfg->iopoll_weight && ioa_cfg->sis64 && ioa_cfg->nvectors > 1) { in ipr_store_iopoll_weight()
5584 if (ioa_cfg->iopoll_weight && ioa_cfg->sis64 && ioa_cfg->nvectors > 1) { in ipr_isr_mhrrq()
7413 if (ioa_cfg->nvectors == 1) in ipr_ioafp_identify_hrrq()
8786 for (i = 0; i < ioa_cfg->nvectors; i++) in ipr_free_irqs()
9224 for (vec_idx = 0; vec_idx < ioa_cfg->nvectors; vec_idx++) { in name_msi_vectors()
9237 for (i = 1; i < ioa_cfg->nvectors; i++) { in ipr_request_other_msi_irqs()
9476 ioa_cfg->nvectors = rc; in ipr_probe_ioa()
9497 "Request for %d MSI%ss succeeded.", ioa_cfg->nvectors, in ipr_probe_ioa()
9504 ioa_cfg->nvectors = 1; in ipr_probe_ioa()
[all …]
H A Dipr.h1530 unsigned int nvectors; member