Searched refs:ndevices (Results 1 – 2 of 2) sorted by relevance
1196 for (i = 0; i < h->ndevices; i++) { in hpsa_find_target_lun()1272 int n = h->ndevices; in hpsa_scsi_add_entry()1332 h->ndevices++; in hpsa_scsi_add_entry()1438 for (i = entry; i < h->ndevices-1; i++) in hpsa_scsi_remove_entry()1440 h->ndevices--; in hpsa_scsi_remove_entry()1464 for (i = 0; i < h->ndevices; i++) { in fixup_botched_add()1466 for (j = i; j < h->ndevices-1; j++) in fixup_botched_add()1468 h->ndevices--; in fixup_botched_add()1685 struct hpsa_scsi_dev_t *dev[], int ndevices, in hpsa_figure_phys_disk_ptrs() argument1710 for (j = 0; j < ndevices; j++) { in hpsa_figure_phys_disk_ptrs()[all …]
216 int ndevices; /* number of used elements in .dev[] array. */ member