Searched refs:reportsize (Results 1 – 1 of 1) sorted by relevance
2855 int reportsize = sizeof(*physicals) + HPSA_MAX_PHYS_LUN * responsesize; in hpsa_get_pdisk_of_ioaccel2() local2898 physicals = kzalloc(reportsize, GFP_KERNEL); in hpsa_get_pdisk_of_ioaccel2()2901 if (hpsa_scsi_do_report_phys_luns(h, physicals, reportsize)) { in hpsa_get_pdisk_of_ioaccel2()