Searched refs:ath6kl_wq (Results 1 – 4 of 4) sorted by relevance
84 ar->ath6kl_wq = create_singlethread_workqueue("ath6kl"); in ath6kl_core_init()85 if (!ar->ath6kl_wq) in ath6kl_core_init()261 destroy_workqueue(ar->ath6kl_wq); in ath6kl_core_init()336 destroy_workqueue(ar->ath6kl_wq); in ath6kl_core_cleanup()
54 queue_work(ar->ath6kl_wq, &ar->fw_recovery.recovery_work); in ath6kl_recovery_err_notify()
587 queue_work(ar->ath6kl_wq, &ar_sdio->wr_async_work); in ath6kl_sdio_write_async()692 queue_work(ar->ath6kl_wq, &ar_sdio->wr_async_work); in ath6kl_sdio_async_rw_scatter()
832 struct workqueue_struct *ath6kl_wq; member