Searched defs:reportlunsize (Results 1 - 2 of 2) sorted by relevance

/drivers/block/
H A Dcciss_scsi.c1181 int reportlunsize = sizeof(*ld_buff) + CISS_MAX_PHYS_LUN * 8; local
1184 ld_buff = kzalloc(reportlunsize, GFP_KERNEL);
1193 if (cciss_scsi_do_report_phys_luns(h, ld_buff, reportlunsize) == 0) {
/drivers/scsi/
H A Dhpsa.c2894 int reportlunsize,
2908 if (hpsa_scsi_do_report_phys_luns(h, physdev, reportlunsize,
2921 if (hpsa_scsi_do_report_log_luns(h, logdev, reportlunsize)) {
3014 int reportlunsize = sizeof(*physdev_list) + HPSA_MAX_PHYS_LUN * 24; local
3021 physdev_list = kzalloc(reportlunsize, GFP_KERNEL);
3022 logdev_list = kzalloc(reportlunsize, GFP_KERNEL);
3042 if (hpsa_gather_lun_info(h, reportlunsize,
2893 hpsa_gather_lun_info(struct ctlr_info *h, int reportlunsize, struct ReportLUNdata *physdev, u32 *nphysicals, int *physical_mode, struct ReportLUNdata *logdev, u32 *nlogicals) argument

Completed in 78 milliseconds