Searched refs:out_sg (Results 1 – 1 of 1) sorted by relevance
17 struct scatterlist *out_sg; member80 struct scatterlist *in_sg, *out_sg; in sg_split_phys() local85 out_sg = split->out_sg; in sg_split_phys()86 for (j = 0; j < split->nents; j++, out_sg++) { in sg_split_phys()87 *out_sg = *in_sg; in sg_split_phys()89 out_sg->offset += split->skip_sg0; in sg_split_phys()90 out_sg->length -= split->skip_sg0; in sg_split_phys()92 out_sg->offset = 0; in sg_split_phys()94 sg_dma_address(out_sg) = 0; in sg_split_phys()95 sg_dma_len(out_sg) = 0; in sg_split_phys()[all …]