Searched refs:max_response_len (Results 1 – 9 of 9) sorted by relevance
/external/strace/tests-m32/ |
D | ioctl_sg_io_v4.c | 110 sg_io->max_response_len, in main() 199 sg_io->max_response_len, in main()
|
/external/strace/tests/ |
D | ioctl_sg_io_v4.c | 110 sg_io->max_response_len, in main() 199 sg_io->max_response_len, in main()
|
/external/strace/tests-mx32/ |
D | ioctl_sg_io_v4.c | 110 sg_io->max_response_len, in main() 199 sg_io->max_response_len, in main()
|
/external/f2fs-tools/tools/sg_write_buffer/ |
D | sg_pt_linux.c | 539 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()
|
D | sg_pt_linux_nvme.c | 201 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()
|
/external/kernel-headers/original/uapi/linux/ |
D | bsg.h | 34 __u32 max_response_len; /* [i] in bytes */ member
|
/external/f2fs-tools/tools/sg_write_buffer/include/ |
D | sg_pt_linux.h | 55 __u32 max_response_len; /* [i] in bytes */ member
|
/external/nos/host/generic/nugget/include/ |
D | application.h | 259 const uint16_t max_response_len; /* output data buffer size */ member
|
/external/strace/ |
D | sg_io_v4.c | 80 PRINT_FIELD_U(", ", sg_io, max_response_len); in decode_request()
|