Lines Matching refs:pending_tx
460 * @pending_tx: The number of pending transfers. Used between interrupt handler
490 int pending_tx;
1177 d40c->pending_tx = 0;
1594 d40c->pending_tx++;
1622 * If terminating a channel pending_tx is set to zero.
1625 if (d40c->pending_tx == 0) {
1646 d40c->pending_tx--;
1648 if (d40c->pending_tx)
1659 if (d40c->pending_tx > 0)
1660 d40c->pending_tx--;