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];
354 unsigned char target_taken[CCISS_MAX_SCSI_DEVS_PER_HBA]; in find_bus_target_lun()356 memset(&target_taken[0], 0, CCISS_MAX_SCSI_DEVS_PER_HBA); in find_bus_target_lun()362 for (i = 0; i < CCISS_MAX_SCSI_DEVS_PER_HBA; i++) { in find_bus_target_lun()386 if (n >= CCISS_MAX_SCSI_DEVS_PER_HBA) { in cciss_scsi_add_entry()458 if (entry < 0 || entry >= CCISS_MAX_SCSI_DEVS_PER_HBA) return; in cciss_scsi_remove_entry()535 added = kzalloc(sizeof(*added) * CCISS_MAX_SCSI_DEVS_PER_HBA, in adjust_cciss_scsi_table()537 removed = kzalloc(sizeof(*removed) * CCISS_MAX_SCSI_DEVS_PER_HBA, in adjust_cciss_scsi_table()1186 (CCISS_MAX_SCSI_DEVS_PER_HBA+1), GFP_KERNEL); in cciss_update_non_disk_devices()1191 this_device = ¤tsd[CCISS_MAX_SCSI_DEVS_PER_HBA]; in cciss_update_non_disk_devices()1259 if (ncurrent >= CCISS_MAX_SCSI_DEVS_PER_HBA) { in cciss_update_non_disk_devices()