Searched refs:rx_sgl (Results 1 – 1 of 1) sorted by relevance
285 struct scatterlist rx_sgl, tx_sgl[2]; member1080 count = sport->rx_sgl.length - ring->tail; in lpuart_handle_sysrq()1179 dma_sync_sg_for_cpu(chan->device->dev, &sport->rx_sgl, 1, in lpuart_copy_rx_to_tty()1189 ring->head = sport->rx_sgl.length - state.residue; in lpuart_copy_rx_to_tty()1190 BUG_ON(ring->head > sport->rx_sgl.length); in lpuart_copy_rx_to_tty()1213 count = sport->rx_sgl.length - ring->tail; in lpuart_copy_rx_to_tty()1231 if (ring->head >= sport->rx_sgl.length) in lpuart_copy_rx_to_tty()1240 dma_sync_sg_for_device(chan->device->dev, &sport->rx_sgl, 1, in lpuart_copy_rx_to_tty()1271 ring->head = sport->rx_sgl.length - state.residue; in lpuart32_dma_idleint()1272 count = CIRC_CNT(ring->head, ring->tail, sport->rx_sgl.length); in lpuart32_dma_idleint()[all …]