Home
last modified time | relevance | path

Searched refs:recovery_check_work (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/wireless/ath/ath10k/
H A Dcore.h1210 struct work_struct recovery_check_work; member
H A Dcore.c2496 struct ath10k *ar = container_of(work, struct ath10k, recovery_check_work); in ath10k_core_recovery_check_work()
2537 queue_work(ar->workqueue_aux, &ar->recovery_check_work); in ath10k_core_start_recovery()
3730 INIT_WORK(&ar->recovery_check_work, ath10k_core_recovery_check_work); in ath10k_core_create()
H A Dmac.c5430 cancel_work_sync(&ar->recovery_check_work); in ath10k_stop()