Lines Matching refs:tx_wait
226 struct completion *tx_wait; member
1552 DECLARE_COMPLETION_ONSTACK(tx_wait); in mwl8k_tx_wait_empty()
1584 priv->tx_wait = &tx_wait; in mwl8k_tx_wait_empty()
1592 timeout = wait_for_completion_timeout(&tx_wait, in mwl8k_tx_wait_empty()
1597 priv->tx_wait = NULL; in mwl8k_tx_wait_empty()
1625 priv->tx_wait = NULL; in mwl8k_tx_wait_empty()
1635 priv->tx_wait = NULL; in mwl8k_tx_wait_empty()
4659 if (!priv->pending_tx_pkts && priv->tx_wait != NULL) { in mwl8k_tx_poll()
4660 complete(priv->tx_wait); in mwl8k_tx_poll()
4661 priv->tx_wait = NULL; in mwl8k_tx_poll()
6161 priv->tx_wait = NULL; in mwl8k_firmware_load_success()