Searched refs:restart_work (Results 1 – 12 of 12) sorted by relevance
| /freebsd/sys/dev/axgbe/ |
| H A D | xgbe.h | 1206 struct task restart_work; member
|
| /freebsd/sys/contrib/dev/athk/ath10k/ |
| H A D | core.h | 1217 struct work_struct restart_work; member
|
| H A D | core.c | 2606 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 D | mac.c | 5441 cancel_work_sync(&ar->restart_work); in ath10k_stop()
|
| /freebsd/sys/contrib/dev/athk/ath12k/ |
| H A D | core.c | 1632 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 D | core.h | 1058 struct work_struct restart_work; member
|
| H A D | ahb.c | 1140 cancel_work_sync(&ab->restart_work); in ath12k_ahb_remove_prepare()
|
| H A D | qmi.c | 4029 queue_work(ab->workqueue, &ab->restart_work); in ath12k_qmi_driver_event_work()
|
| /freebsd/sys/contrib/dev/athk/ath11k/ |
| H A D | core.h | 1042 struct work_struct restart_work; member
|
| H A D | core.c | 2546 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 D | ahb.c | 1248 cancel_work_sync(&ab->restart_work); in ath11k_ahb_remove_prepare()
|
| H A D | qmi.c | 3308 queue_work(ab->workqueue, &ab->restart_work); in ath11k_qmi_driver_event_work()
|