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

/drivers/scsi/
H A Dhpsa.c1783 int reportlunsize,
1787 if (hpsa_scsi_do_report_phys_luns(h, physdev, reportlunsize, 0)) {
1798 if (hpsa_scsi_do_report_log_luns(h, logdev, reportlunsize)) {
1865 int reportlunsize = sizeof(*physdev_list) + HPSA_MAX_PHYS_LUN * 8; local
1872 physdev_list = kzalloc(reportlunsize, GFP_KERNEL);
1873 logdev_list = kzalloc(reportlunsize, GFP_KERNEL);
1882 if (hpsa_gather_lun_info(h, reportlunsize, physdev_list, &nphysicals,
1782 hpsa_gather_lun_info(struct ctlr_info *h, int reportlunsize, struct ReportLUNdata *physdev, u32 *nphysicals, struct ReportLUNdata *logdev, u32 *nlogicals) argument
/drivers/block/
H A Dcciss_scsi.c1189 int reportlunsize = sizeof(*ld_buff) + CISS_MAX_PHYS_LUN * 8; local
1192 ld_buff = kzalloc(reportlunsize, GFP_KERNEL);
1201 if (cciss_scsi_do_report_phys_luns(h, ld_buff, reportlunsize) == 0) {

Completed in 37 milliseconds