Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/staging/fwserial/
H A Dfwserial.c91 struct dma_pending dma_pended; member
679 dma_fifo_out_complete(&port->tx_fifo, &txn->dma_pended); in fwtty_tx_complete()
683 port->icount.tx += txn->dma_pended.len; in fwtty_tx_complete()
689 dma_fifo_out_complete(&port->tx_fifo, &txn->dma_pended); in fwtty_tx_complete()
693 port->stats.dropped += txn->dma_pended.len; in fwtty_tx_complete()
734 n = dma_fifo_out_pend(&port->tx_fifo, &txn->dma_pended); in fwtty_tx()
737 fwtty_dbg(port, "out: %u rem: %d\n", txn->dma_pended.len, n); in fwtty_tx()
753 fwtty_profile_data(port->stats.txns, txn->dma_pended.len); in fwtty_tx()
756 peer->fifo_addr, txn->dma_pended.data, in fwtty_tx()
757 txn->dma_pended.len, fwtty_tx_complete, in fwtty_tx()