Lines Matching defs:bufsize
328 struct ReportExtendedLUNdata *buf, int bufsize);
3000 u8 page, u8 *buf, size_t bufsize)
3007 if (fill_cmd(c, RECEIVE_DIAGNOSTIC, h, buf, bufsize,
3052 unsigned char bufsize)
3060 if (fill_cmd(c, HPSA_INQUIRY, h, buf, bufsize,
3348 struct bmic_sense_subsystem_info *buf, size_t bufsize)
3356 rc = fill_cmd(c, BMIC_SENSE_SUBSYSTEM_INFORMATION, h, buf, bufsize,
3379 struct bmic_identify_controller *buf, size_t bufsize)
3387 rc = fill_cmd(c, BMIC_IDENTIFY_CONTROLLER, h, buf, bufsize,
3408 struct bmic_identify_physical_device *buf, size_t bufsize)
3415 rc = fill_cmd(c, BMIC_IDENTIFY_PHYSICAL_DEVICE, h, buf, bufsize,
3620 unsigned char *buf, bufsize;
3634 bufsize = pages + HPSA_VPD_HEADER_SZ;
3636 bufsize = 255;
3641 buf, bufsize);
3739 void *buf, int bufsize,
3752 buf, bufsize, 0, scsi3addr, TYPE_CMD)) {
3787 struct ReportExtendedLUNdata *buf, int bufsize)
3792 rc = hpsa_scsi_do_report_luns(h, 0, buf, bufsize,
3818 struct ReportLUNdata *buf, int bufsize)
3820 return hpsa_scsi_do_report_luns(h, 1, buf, bufsize, 0);