Home
last modified time | relevance | path

Searched refs:ath6kl_wq (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/wireless/ath/ath6kl/
H A Dcore.c84 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()
H A Drecovery.c54 queue_work(ar->ath6kl_wq, &ar->fw_recovery.recovery_work); in ath6kl_recovery_err_notify()
H A Dsdio.c587 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()
H A Dcore.h832 struct workqueue_struct *ath6kl_wq; member