Searched refs:dma_pended (Results 1 – 1 of 1) sorted by relevance
| /Linux-v4.19/drivers/staging/fwserial/ |
| D | fwserial.c | 88 struct dma_pending dma_pended; member 676 dma_fifo_out_complete(&port->tx_fifo, &txn->dma_pended); in fwtty_tx_complete() 680 port->icount.tx += txn->dma_pended.len; in fwtty_tx_complete() 686 dma_fifo_out_complete(&port->tx_fifo, &txn->dma_pended); in fwtty_tx_complete() 690 port->stats.dropped += txn->dma_pended.len; in fwtty_tx_complete() 731 n = dma_fifo_out_pend(&port->tx_fifo, &txn->dma_pended); in fwtty_tx() 734 fwtty_dbg(port, "out: %u rem: %d\n", txn->dma_pended.len, n); in fwtty_tx() 750 fwtty_profile_data(port->stats.txns, txn->dma_pended.len); in fwtty_tx() 753 peer->fifo_addr, txn->dma_pended.data, in fwtty_tx() 754 txn->dma_pended.len, fwtty_tx_complete, in fwtty_tx()
|