Lines Matching defs:bufsize
327 struct ReportExtendedLUNdata *buf, int bufsize);
3004 u8 page, u8 *buf, size_t bufsize)
3011 if (fill_cmd(c, RECEIVE_DIAGNOSTIC, h, buf, bufsize,
3056 unsigned char bufsize)
3064 if (fill_cmd(c, HPSA_INQUIRY, h, buf, bufsize,
3352 struct bmic_sense_subsystem_info *buf, size_t bufsize)
3360 rc = fill_cmd(c, BMIC_SENSE_SUBSYSTEM_INFORMATION, h, buf, bufsize,
3383 struct bmic_identify_controller *buf, size_t bufsize)
3391 rc = fill_cmd(c, BMIC_IDENTIFY_CONTROLLER, h, buf, bufsize,
3412 struct bmic_identify_physical_device *buf, size_t bufsize)
3419 rc = fill_cmd(c, BMIC_IDENTIFY_PHYSICAL_DEVICE, h, buf, bufsize,
3624 unsigned char *buf, bufsize;
3638 bufsize = pages + HPSA_VPD_HEADER_SZ;
3640 bufsize = 255;
3645 buf, bufsize);
3743 void *buf, int bufsize,
3756 buf, bufsize, 0, scsi3addr, TYPE_CMD)) {
3791 struct ReportExtendedLUNdata *buf, int bufsize)
3796 rc = hpsa_scsi_do_report_luns(h, 0, buf, bufsize,
3822 struct ReportLUNdata *buf, int bufsize)
3824 return hpsa_scsi_do_report_luns(h, 1, buf, bufsize, 0);