Searched refs:ndevices (Results 1 – 2 of 2) sorted by relevance
1209 for (i = 0; i < h->ndevices; i++) { in hpsa_find_target_lun()1285 int n = h->ndevices; in hpsa_scsi_add_entry()1345 h->ndevices++; in hpsa_scsi_add_entry()1451 for (i = entry; i < h->ndevices-1; i++) in hpsa_scsi_remove_entry()1453 h->ndevices--; in hpsa_scsi_remove_entry()1477 for (i = 0; i < h->ndevices; i++) { in fixup_botched_add()1479 for (j = i; j < h->ndevices-1; j++) in fixup_botched_add()1481 h->ndevices--; in fixup_botched_add()1698 struct hpsa_scsi_dev_t *dev[], int ndevices, in hpsa_figure_phys_disk_ptrs() argument1723 for (j = 0; j < ndevices; j++) { in hpsa_figure_phys_disk_ptrs()[all …]
217 int ndevices; /* number of used elements in .dev[] array. */ member