Searched refs:rem_length (Results 1 – 1 of 1) sorted by relevance
540 int rem_length; in create_input_descriptors() local569 rem_length = operation->tfrm_op.outdata[outiov_ix].iov_len - iov_offset; in create_input_descriptors()570 dlength = (out_length < rem_length) ? out_length : rem_length; in create_input_descriptors()576 …outiov_ix, rem_length, dlength, iov_offset, operation->tfrm_op.outdata[outiov_ix].iov_len, operati… in create_input_descriptors()615 …int rem_length = operation->tfrm_op.indata[*iniov_ix].iov_len - *iniov_offs… in create_output_descriptors() local616 int dlength = (desc_len < rem_length) ? desc_len : rem_length; in create_output_descriptors()