Searched refs:number_of_intr (Results 1 - 2 of 2) sorted by path

/linux-master/drivers/scsi/pm8001/
H A Dpm8001_init.c103 if (pm8001_ha->number_of_intr > 1)
987 pm8001_ha->number_of_intr = allocated_irq_vectors;
994 rc, pm8001_ha->number_of_intr);
1002 int nr_irqs = pm8001_ha->number_of_intr;
1009 pm8001_ha->number_of_intr);
1085 for (i = 0; i < pm8001_ha->number_of_intr; i++)
1088 for (i = 0; i < pm8001_ha->number_of_intr; i++)
1181 if (pm8001_ha->number_of_intr > 1) {
1182 shost->nr_hw_queues = pm8001_ha->number_of_intr - 1;
1197 for (i = 1; i < pm8001_ha->number_of_intr;
[all...]
H A Dpm8001_sas.h522 int number_of_intr;/*will be used in remove()*/ member in struct:pm8001_hba_info

Completed in 229 milliseconds