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