Home
last modified time | relevance | path

Searched refs:max_response_len (Results 1 – 5 of 5) sorted by relevance

/third_party/f2fs-tools/tools/sg_write_buffer/
Dsg_pt_linux.c539 ptp->io_hdr.max_response_len = max_sense_len; in set_scsi_pt_sense()
855 if (ptp->io_hdr.response && (ptp->io_hdr.max_response_len > 0)) { in do_scsi_pt_v3()
857 v3_hdr.mx_sb_len = (unsigned char)ptp->io_hdr.max_response_len; in do_scsi_pt_v3()
949 if (ptp->io_hdr.response && (ptp->io_hdr.max_response_len > 0)) { in do_scsi_pt()
953 memset(p, 0, ptp->io_hdr.max_response_len); in do_scsi_pt()
Dsg_pt_linux_nvme.c201 n = ptp->io_hdr.max_response_len; in mk_sense_asc_ascq()
234 n = ptp->io_hdr.max_response_len; in mk_sense_from_nvme_status()
259 n = ptp->io_hdr.max_response_len; in mk_sense_invalid_fld()
342 (ptp->io_hdr.max_response_len > 3)) { in do_nvme_admin_cmd()
347 n = ptp->io_hdr.max_response_len; in do_nvme_admin_cmd()
/third_party/eudev/src/ata_id/
Data_id.c74 .max_response_len = sizeof(sense), in disk_scsi_inquiry_command()
155 .max_response_len = sizeof(sense), in disk_identify_command()
231 .max_response_len = sizeof (sense), in disk_identify_packet_device_command()
/third_party/f2fs-tools/tools/sg_write_buffer/include/
Dsg_pt_linux.h55 __u32 max_response_len; /* [i] in bytes */ member
/third_party/eudev/src/scsi_id/
Dscsi_serial.c345 io_v4.max_response_len = sizeof(sense); in scsi_inquiry()