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

/drivers/block/
H A Dcciss_scsi.c1190 int reportlunsize = sizeof(*ld_buff) + CISS_MAX_PHYS_LUN * 8; local
1193 ld_buff = kzalloc(reportlunsize, GFP_KERNEL);
1202 if (cciss_scsi_do_report_phys_luns(h, ld_buff, reportlunsize) == 0) {
/drivers/scsi/
H A Dhpsa.c1768 int reportlunsize,
1772 if (hpsa_scsi_do_report_phys_luns(h, physdev, reportlunsize, 0)) {
1783 if (hpsa_scsi_do_report_log_luns(h, logdev, reportlunsize)) {
1850 int reportlunsize = sizeof(*physdev_list) + HPSA_MAX_PHYS_LUN * 8; local
1856 physdev_list = kzalloc(reportlunsize, GFP_KERNEL);
1857 logdev_list = kzalloc(reportlunsize, GFP_KERNEL);
1866 if (hpsa_gather_lun_info(h, reportlunsize, physdev_list, &nphysicals,
1767 hpsa_gather_lun_info(struct ctlr_info *h, int reportlunsize, struct ReportLUNdata *physdev, u32 *nphysicals, struct ReportLUNdata *logdev, u32 *nlogicals) argument

Completed in 28 milliseconds