Lines Matching refs:tx_wait
226 struct completion *tx_wait; member
1532 DECLARE_COMPLETION_ONSTACK(tx_wait); in mwl8k_tx_wait_empty()
1564 priv->tx_wait = &tx_wait; in mwl8k_tx_wait_empty()
1572 timeout = wait_for_completion_timeout(&tx_wait, in mwl8k_tx_wait_empty()
1577 priv->tx_wait = NULL; in mwl8k_tx_wait_empty()
1605 priv->tx_wait = NULL; in mwl8k_tx_wait_empty()
1615 priv->tx_wait = NULL; in mwl8k_tx_wait_empty()
4634 if (!priv->pending_tx_pkts && priv->tx_wait != NULL) { in mwl8k_tx_poll()
4635 complete(priv->tx_wait); in mwl8k_tx_poll()
4636 priv->tx_wait = NULL; in mwl8k_tx_poll()
6125 priv->tx_wait = NULL; in mwl8k_firmware_load_success()