Home
last modified time | relevance | path

Searched refs:restart_work (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/dev/axgbe/
H A Dxgbe.h1206 struct task restart_work; member
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dcore.h1217 struct work_struct restart_work; member
H A Dcore.c2606 queue_work(ar->workqueue, &ar->restart_work); in ath10k_core_recovery_check_work()
2643 struct ath10k *ar = container_of(work, struct ath10k, restart_work); in ath10k_core_restart()
3817 INIT_WORK(&ar->restart_work, ath10k_core_restart); in ath10k_core_create()
H A Dmac.c5441 cancel_work_sync(&ar->restart_work); in ath10k_stop()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dcore.c1632 struct ath12k_base *ab = container_of(work, struct ath12k_base, restart_work); in ath12k_core_restart()
2291 INIT_WORK(&ab->restart_work, ath12k_core_restart); in ath12k_core_alloc()
H A Dcore.h1058 struct work_struct restart_work; member
H A Dahb.c1140 cancel_work_sync(&ab->restart_work); in ath12k_ahb_remove_prepare()
H A Dqmi.c4029 queue_work(ab->workqueue, &ab->restart_work); in ath12k_qmi_driver_event_work()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dcore.h1042 struct work_struct restart_work; member
H A Dcore.c2546 struct ath11k_base *ab = container_of(work, struct ath11k_base, restart_work); in ath11k_core_restart()
2809 INIT_WORK(&ab->restart_work, ath11k_core_restart); in ath11k_core_alloc()
H A Dahb.c1248 cancel_work_sync(&ab->restart_work); in ath11k_ahb_remove_prepare()
H A Dqmi.c3308 queue_work(ab->workqueue, &ab->restart_work); in ath11k_qmi_driver_event_work()