Searched refs:ndevices (Results 1 – 2 of 2) sorted by relevance
1201 for (i = 0; i < h->ndevices; i++) { in hpsa_find_target_lun()1277 int n = h->ndevices; in hpsa_scsi_add_entry()1337 h->ndevices++; in hpsa_scsi_add_entry()1443 for (i = entry; i < h->ndevices-1; i++) in hpsa_scsi_remove_entry()1445 h->ndevices--; in hpsa_scsi_remove_entry()1469 for (i = 0; i < h->ndevices; i++) { in fixup_botched_add()1471 for (j = i; j < h->ndevices-1; j++) in fixup_botched_add()1473 h->ndevices--; in fixup_botched_add()1690 struct hpsa_scsi_dev_t *dev[], int ndevices, in hpsa_figure_phys_disk_ptrs() argument1715 for (j = 0; j < ndevices; j++) { in hpsa_figure_phys_disk_ptrs()[all …]
213 int ndevices; /* number of used elements in .dev[] array. */ member