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