Lines Matching defs:dma
330 * under the control of a dma descriptor
335 struct rxe_dma_info *dma,
341 struct rxe_sge *sge = &dma->sge[dma->cur_sge];
342 int offset = dma->sge_offset;
343 int resid = dma->resid;
373 dma->cur_sge++;
376 if (dma->cur_sge >= dma->num_sge) {
409 dma->sge_offset = offset;
410 dma->resid = resid;
583 int advance_dma_data(struct rxe_dma_info *dma, unsigned int length)
585 struct rxe_sge *sge = &dma->sge[dma->cur_sge];
586 int offset = dma->sge_offset;
587 int resid = dma->resid;
594 dma->cur_sge++;
596 if (dma->cur_sge >= dma->num_sge)
610 dma->sge_offset = offset;
611 dma->resid = resid;