Lines Matching refs:bufsize
2137 unsigned char bufsize) in hpsa_scsi_do_inquiry() argument
2150 if (fill_cmd(c, HPSA_INQUIRY, h, buf, bufsize, in hpsa_scsi_do_inquiry()
2168 struct bmic_controller_parameters *buf, size_t bufsize) in hpsa_bmic_ctrl_mode_sense() argument
2180 if (fill_cmd(c, BMIC_SENSE_CONTROLLER_PARAMETERS, h, buf, bufsize, in hpsa_bmic_ctrl_mode_sense()
2363 struct bmic_identify_physical_device *buf, size_t bufsize) in hpsa_bmic_id_physical_device() argument
2370 rc = fill_cmd(c, BMIC_IDENTIFY_PHYSICAL_DEVICE, h, buf, bufsize, in hpsa_bmic_id_physical_device()
2395 unsigned char *buf, bufsize; in hpsa_vpd_page_supported() local
2409 bufsize = pages + HPSA_VPD_HEADER_SZ; in hpsa_vpd_page_supported()
2411 bufsize = 255; in hpsa_vpd_page_supported()
2416 buf, bufsize); in hpsa_vpd_page_supported()
2489 void *buf, int bufsize, in hpsa_scsi_do_report_luns() argument
2505 buf, bufsize, 0, scsi3addr, TYPE_CMD)) { in hpsa_scsi_do_report_luns()
2534 struct ReportExtendedLUNdata *buf, int bufsize) in hpsa_scsi_do_report_phys_luns() argument
2536 return hpsa_scsi_do_report_luns(h, 0, buf, bufsize, in hpsa_scsi_do_report_phys_luns()
2541 struct ReportLUNdata *buf, int bufsize) in hpsa_scsi_do_report_log_luns() argument
2543 return hpsa_scsi_do_report_luns(h, 1, buf, bufsize, 0); in hpsa_scsi_do_report_log_luns()