Lines Matching defs:pending
254 * @pending: number of transaction request pushed to DMA controller for
278 int pending;
473 /* Add this transaction list onto the tail of the pending queue */
626 /* Increment the pending transaction count */
627 chan->pending += ((desc_sw->flags &
636 * xgene_chan_xfer_ld_pending - push any pending transactions to hw
646 * If the list of pending descriptors is empty, then we
650 chan_dbg(chan, "No pending LDs\n");
655 * Move elements from the queue of pending transactions onto the list
665 if (chan->pending >= chan->max_outstanding)
671 * Delete this element from ld pending queue and append it to
746 * Decrement the pending transaction count
749 chan->pending -= ((desc_sw->flags &
760 * Start any pending transactions automatically
1005 * one pending.
1545 chan->pending = 0;