Searched refs:bundle_tx_work (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/ |
H A D | htc.c | 790 struct ath10k *ar = container_of(work, struct ath10k, bundle_tx_work); in ath10k_htc_bundle_tx_work() 859 queue_work(ar->workqueue, &ar->bundle_tx_work); in ath10k_htc_send_hl() 881 cancel_work_sync(&ar->bundle_tx_work); in ath10k_htc_stop_hl() 977 INIT_WORK(&ar->bundle_tx_work, ath10k_htc_bundle_tx_work); in ath10k_htc_wait_target()
|
H A D | core.h | 1188 struct work_struct bundle_tx_work; member
|
H A D | htt_tx.c | 555 queue_work(ar->workqueue, &ar->bundle_tx_work); in ath10k_htt_op_ep_tx_credits()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/ |
H A D | htc.c | 803 struct ath10k *ar = container_of(work, struct ath10k, bundle_tx_work); in ath10k_htc_bundle_tx_work() 872 queue_work(ar->workqueue, &ar->bundle_tx_work); in ath10k_htc_send_hl() 894 cancel_work_sync(&ar->bundle_tx_work); in ath10k_htc_stop_hl() 995 INIT_WORK(&ar->bundle_tx_work, ath10k_htc_bundle_tx_work); in ath10k_htc_wait_target()
|
H A D | core.h | 1207 struct work_struct bundle_tx_work; member
|
H A D | htt_tx.c | 555 queue_work(ar->workqueue, &ar->bundle_tx_work); in ath10k_htt_op_ep_tx_credits()
|
Completed in 28 milliseconds