Lines Matching refs:pending_tx
431 * @pending_tx: The number of pending transfers. Used between interrupt handler
461 int pending_tx;
1152 d40c->pending_tx = 0;
1569 d40c->pending_tx++;
1597 * If terminating a channel pending_tx is set to zero.
1600 if (d40c->pending_tx == 0) {
1621 d40c->pending_tx--;
1623 if (d40c->pending_tx)
1634 if (d40c->pending_tx > 0)
1635 d40c->pending_tx--;