Searched refs:dma_pended (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/staging/fwserial/ |
D | fwserial.c | 97 struct dma_pending dma_pended; member 691 dma_fifo_out_complete(&port->tx_fifo, &txn->dma_pended); in fwtty_tx_complete() 695 port->icount.tx += txn->dma_pended.len; in fwtty_tx_complete() 701 dma_fifo_out_complete(&port->tx_fifo, &txn->dma_pended); in fwtty_tx_complete() 705 port->stats.dropped += txn->dma_pended.len; in fwtty_tx_complete() 746 n = dma_fifo_out_pend(&port->tx_fifo, &txn->dma_pended); in fwtty_tx() 749 fwtty_dbg(port, "out: %u rem: %d\n", txn->dma_pended.len, n); in fwtty_tx() 765 fwtty_profile_data(port->stats.txns, txn->dma_pended.len); in fwtty_tx() 768 peer->fifo_addr, txn->dma_pended.data, in fwtty_tx() 769 txn->dma_pended.len, fwtty_tx_complete, in fwtty_tx()
|