Searched refs:max_resp_len (Results 1 – 2 of 2) sorted by relevance
/external/f2fs-tools/tools/sg_write_buffer/include/ |
D | sg_cmds_extra.h | 190 int sg_ll_report_id_info(int sg_fd, int itype, void * resp, int max_resp_len,
|
/external/f2fs-tools/tools/sg_write_buffer/ |
D | sg_cmds_extra.c | 774 sg_ll_report_id_info(int sg_fd, int itype, void * resp, int max_resp_len, in sg_ll_report_id_info() argument 785 sg_put_unaligned_be32((uint32_t)max_resp_len, rii_cdb + 6); in sg_ll_report_id_info() 799 set_scsi_pt_data_in(ptvp, (unsigned char *)resp, max_resp_len); in sg_ll_report_id_info() 801 ret = sg_cmds_process_resp(ptvp, cdb_name_s, res, max_resp_len, sense_b, in sg_ll_report_id_info()
|