Searched refs:CCISS_MAX_SCSI_DEVS_PER_HBA (Results 1 – 2 of 2) sorted by relevance
74 #define CCISS_MAX_SCSI_DEVS_PER_HBA 16 macro75 struct cciss_scsi_dev_t dev[CCISS_MAX_SCSI_DEVS_PER_HBA];
355 unsigned char target_taken[CCISS_MAX_SCSI_DEVS_PER_HBA]; in find_bus_target_lun()357 memset(&target_taken[0], 0, CCISS_MAX_SCSI_DEVS_PER_HBA); in find_bus_target_lun()363 for (i = 0; i < CCISS_MAX_SCSI_DEVS_PER_HBA; i++) { in find_bus_target_lun()387 if (n >= CCISS_MAX_SCSI_DEVS_PER_HBA) { in cciss_scsi_add_entry()459 if (entry < 0 || entry >= CCISS_MAX_SCSI_DEVS_PER_HBA) return; in cciss_scsi_remove_entry()536 added = kzalloc(sizeof(*added) * CCISS_MAX_SCSI_DEVS_PER_HBA, in adjust_cciss_scsi_table()538 removed = kzalloc(sizeof(*removed) * CCISS_MAX_SCSI_DEVS_PER_HBA, in adjust_cciss_scsi_table()1187 (CCISS_MAX_SCSI_DEVS_PER_HBA+1), GFP_KERNEL); in cciss_update_non_disk_devices()1192 this_device = ¤tsd[CCISS_MAX_SCSI_DEVS_PER_HBA]; in cciss_update_non_disk_devices()1260 if (ncurrent >= CCISS_MAX_SCSI_DEVS_PER_HBA) { in cciss_update_non_disk_devices()