Lines Matching refs:dlength
541 int dlength; in create_input_descriptors() local
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()
579 outdesc->dma_descr->after = outdesc->dma_descr->buf + dlength; in create_input_descriptors()
582 out_length -= dlength; in create_input_descriptors()
583 iov_offset += dlength; in create_input_descriptors()
616 int dlength = (desc_len < rem_length) ? desc_len : rem_length; in create_output_descriptors() local
629 cdesc->dma_descr->after = cdesc->dma_descr->buf + dlength; in create_output_descriptors()
631 assert(desc_len >= dlength); in create_output_descriptors()
632 desc_len -= dlength; in create_output_descriptors()
633 *iniov_offset += dlength; in create_output_descriptors()