Lines Matching defs:tx_wait
226 struct completion *tx_wait;
1547 DECLARE_COMPLETION_ONSTACK(tx_wait);
1579 priv->tx_wait = &tx_wait;
1587 timeout = wait_for_completion_timeout(&tx_wait,
1592 priv->tx_wait = NULL;
1620 priv->tx_wait = NULL;
1630 priv->tx_wait = NULL;
4654 if (!priv->pending_tx_pkts && priv->tx_wait != NULL) {
4655 complete(priv->tx_wait);
4656 priv->tx_wait = NULL;
6152 priv->tx_wait = NULL;