Searched refs:tx_dma_len (Results 1 – 1 of 1) sorted by relevance
143 unsigned int tx_dma_len; member1197 xmit->tail += s->tx_dma_len; in sci_dma_tx_complete()1200 port->icount.tx += s->tx_dma_len; in sci_dma_tx_complete()1424 s->tx_dma_len = min_t(unsigned int, in sci_dma_tx_work_fn()1427 if (!s->tx_dma_len) { in sci_dma_tx_work_fn()1433 desc = dmaengine_prep_slave_single(chan, buf, s->tx_dma_len, in sci_dma_tx_work_fn()1442 dma_sync_single_for_device(chan->device->dev, buf, s->tx_dma_len, in sci_dma_tx_work_fn()1676 s->tx_dma_len = 0; in sci_flush_buffer()