Home
last modified time | relevance | path

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

/drivers/staging/fwserial/
Dfwserial.c91 struct dma_pending dma_pended; member
678 dma_fifo_out_complete(&port->tx_fifo, &txn->dma_pended); in fwtty_tx_complete()
682 port->icount.tx += txn->dma_pended.len; in fwtty_tx_complete()
688 dma_fifo_out_complete(&port->tx_fifo, &txn->dma_pended); in fwtty_tx_complete()
692 port->stats.dropped += txn->dma_pended.len; in fwtty_tx_complete()
733 n = dma_fifo_out_pend(&port->tx_fifo, &txn->dma_pended); in fwtty_tx()
736 fwtty_dbg(port, "out: %u rem: %d\n", txn->dma_pended.len, n); in fwtty_tx()
752 fwtty_profile_data(port->stats.txns, txn->dma_pended.len); in fwtty_tx()
755 peer->fifo_addr, txn->dma_pended.data, in fwtty_tx()
756 txn->dma_pended.len, fwtty_tx_complete, in fwtty_tx()