Lines Matching defs:tx_wait
226 struct completion *tx_wait;
1543 DECLARE_COMPLETION_ONSTACK(tx_wait);
1575 priv->tx_wait = &tx_wait;
1583 timeout = wait_for_completion_timeout(&tx_wait,
1588 priv->tx_wait = NULL;
1616 priv->tx_wait = NULL;
1626 priv->tx_wait = NULL;
4648 if (!priv->pending_tx_pkts && priv->tx_wait != NULL) {
4649 complete(priv->tx_wait);
4650 priv->tx_wait = NULL;
6143 priv->tx_wait = NULL;