Searched refs:hostcmd_wait (Results 1 – 1 of 1) sorted by relevance
218 struct completion *hostcmd_wait; member 2261 priv->hostcmd_wait = &cmd_wait; in mwl8k_post_cmd() 2271 priv->hostcmd_wait = NULL; in mwl8k_post_cmd() 4637 if (priv->hostcmd_wait != NULL) in mwl8k_interrupt() 4638 complete(priv->hostcmd_wait); in mwl8k_interrupt() 4925 if (priv->hostcmd_wait != NULL) { in mwl8k_hw_restart_work() 4926 complete(priv->hostcmd_wait); in mwl8k_hw_restart_work() 4927 priv->hostcmd_wait = NULL; in mwl8k_hw_restart_work() 6161 priv->hostcmd_wait = NULL; in mwl8k_firmware_load_success()