Lines Matching refs:bufsize

294 	struct ReportExtendedLUNdata *buf, int bufsize);
2792 unsigned char bufsize) in hpsa_scsi_do_inquiry() argument
2800 if (fill_cmd(c, HPSA_INQUIRY, h, buf, bufsize, in hpsa_scsi_do_inquiry()
3106 struct bmic_sense_subsystem_info *buf, size_t bufsize) in hpsa_bmic_sense_subsystem_information() argument
3114 rc = fill_cmd(c, BMIC_SENSE_SUBSYSTEM_INFORMATION, h, buf, bufsize, in hpsa_bmic_sense_subsystem_information()
3137 struct bmic_identify_controller *buf, size_t bufsize) in hpsa_bmic_id_controller() argument
3145 rc = fill_cmd(c, BMIC_IDENTIFY_CONTROLLER, h, buf, bufsize, in hpsa_bmic_id_controller()
3166 struct bmic_identify_physical_device *buf, size_t bufsize) in hpsa_bmic_id_physical_device() argument
3173 rc = fill_cmd(c, BMIC_IDENTIFY_PHYSICAL_DEVICE, h, buf, bufsize, in hpsa_bmic_id_physical_device()
3261 unsigned char *buf, bufsize; in hpsa_vpd_page_supported() local
3275 bufsize = pages + HPSA_VPD_HEADER_SZ; in hpsa_vpd_page_supported()
3277 bufsize = 255; in hpsa_vpd_page_supported()
3282 buf, bufsize); in hpsa_vpd_page_supported()
3359 void *buf, int bufsize, in hpsa_scsi_do_report_luns() argument
3372 buf, bufsize, 0, scsi3addr, TYPE_CMD)) { in hpsa_scsi_do_report_luns()
3404 struct ReportExtendedLUNdata *buf, int bufsize) in hpsa_scsi_do_report_phys_luns() argument
3406 return hpsa_scsi_do_report_luns(h, 0, buf, bufsize, in hpsa_scsi_do_report_phys_luns()
3411 struct ReportLUNdata *buf, int bufsize) in hpsa_scsi_do_report_log_luns() argument
3413 return hpsa_scsi_do_report_luns(h, 1, buf, bufsize, 0); in hpsa_scsi_do_report_log_luns()