Searched refs:sg_tx (Results 1 – 1 of 1) sorted by relevance
94 struct scatterlist sg_tx; member941 xmit->tail += sg_dma_len(&s->sg_tx); in sci_dma_tx_complete()944 port->icount.tx += sg_dma_len(&s->sg_tx); in sci_dma_tx_complete()1152 struct scatterlist *sg = &s->sg_tx; in work_fn_tx()1340 sg_init_table(&s->sg_tx, 1); in sci_request_dma()1343 sg_set_page(&s->sg_tx, virt_to_page(port->state->xmit.buf), in sci_request_dma()1345 nent = dma_map_sg(port->dev, &s->sg_tx, 1, DMA_TO_DEVICE); in sci_request_dma()1350 sg_dma_len(&s->sg_tx), in sci_request_dma()1351 port->state->xmit.buf, sg_dma_address(&s->sg_tx)); in sci_request_dma()