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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dhpsa.c1648 int reportlunsize,
1652 if (hpsa_scsi_do_report_phys_luns(h, physdev, reportlunsize, 0)) {
1663 if (hpsa_scsi_do_report_log_luns(h, logdev, reportlunsize)) {
1731 int reportlunsize = sizeof(*physdev_list) + HPSA_MAX_PHYS_LUN * 8; local
1739 physdev_list = kzalloc(reportlunsize, GFP_KERNEL);
1740 logdev_list = kzalloc(reportlunsize, GFP_KERNEL);
1751 if (hpsa_gather_lun_info(h, reportlunsize, physdev_list, &nphysicals,
1647 hpsa_gather_lun_info(struct ctlr_info *h, int reportlunsize, struct ReportLUNdata *physdev, u32 *nphysicals, struct ReportLUNdata *logdev, u32 *nlogicals) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/
H A Dcciss_scsi.c1085 int reportlunsize = sizeof(*ld_buff) + CISS_MAX_PHYS_LUN * 8; local
1088 ld_buff = kzalloc(reportlunsize, GFP_KERNEL);
1097 if (cciss_scsi_do_report_phys_luns(h, ld_buff, reportlunsize) == 0) {

Completed in 49 milliseconds