Searched refs:tx_dma_len (Results 1 – 1 of 1) sorted by relevance
143 unsigned int tx_dma_len; member1189 xmit->tail += s->tx_dma_len; in sci_dma_tx_complete()1192 port->icount.tx += s->tx_dma_len; in sci_dma_tx_complete()1416 s->tx_dma_len = min_t(unsigned int, in sci_dma_tx_work_fn()1419 if (!s->tx_dma_len) { in sci_dma_tx_work_fn()1425 desc = dmaengine_prep_slave_single(chan, buf, s->tx_dma_len, in sci_dma_tx_work_fn()1434 dma_sync_single_for_device(chan->device->dev, buf, s->tx_dma_len, in sci_dma_tx_work_fn()1668 s->tx_dma_len = 0; in sci_flush_buffer()