Home
last modified time | relevance | path

Searched refs:tx_dma_len (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/drivers/tty/serial/
Dsh-sci.c143 unsigned int tx_dma_len; member
1195 xmit->tail += s->tx_dma_len; in sci_dma_tx_complete()
1198 port->icount.tx += s->tx_dma_len; in sci_dma_tx_complete()
1422 s->tx_dma_len = min_t(unsigned int, in sci_dma_tx_work_fn()
1425 if (!s->tx_dma_len) { in sci_dma_tx_work_fn()
1431 desc = dmaengine_prep_slave_single(chan, buf, s->tx_dma_len, in sci_dma_tx_work_fn()
1440 dma_sync_single_for_device(chan->device->dev, buf, s->tx_dma_len, in sci_dma_tx_work_fn()
1674 s->tx_dma_len = 0; in sci_flush_buffer()