Searched refs:tx_complete_work (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/ |
H A D | htc.c | 664 queue_work(ar->workqueue_tx_complete, &ar->tx_complete_work); in ath10k_htc_send_bundle() 819 struct ath10k *ar = container_of(work, struct ath10k, tx_complete_work); in ath10k_htc_tx_complete_work() 882 cancel_work_sync(&ar->tx_complete_work); in ath10k_htc_stop_hl() 978 INIT_WORK(&ar->tx_complete_work, ath10k_htc_tx_complete_work); in ath10k_htc_wait_target()
|
H A D | core.h | 1189 struct work_struct tx_complete_work; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/ |
H A D | htc.c | 677 queue_work(ar->workqueue_tx_complete, &ar->tx_complete_work); in ath10k_htc_send_bundle() 832 struct ath10k *ar = container_of(work, struct ath10k, tx_complete_work); in ath10k_htc_tx_complete_work() 895 cancel_work_sync(&ar->tx_complete_work); in ath10k_htc_stop_hl() 996 INIT_WORK(&ar->tx_complete_work, ath10k_htc_tx_complete_work); in ath10k_htc_wait_target()
|
H A D | core.h | 1208 struct work_struct tx_complete_work; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath5k/ |
H A D | base.c | 2464 tx_complete_work.work); in ath5k_tx_complete_poll_work() 2503 ieee80211_queue_delayed_work(ah->hw, &ah->tx_complete_work, in ath5k_tx_complete_poll_work() 2783 ieee80211_queue_delayed_work(ah->hw, &ah->tx_complete_work, in ath5k_start() 2844 cancel_delayed_work_sync(&ah->tx_complete_work); in ath5k_stop() 3079 INIT_DELAYED_WORK(&ah->tx_complete_work, ath5k_tx_complete_poll_work); in ath5k_init()
|
H A D | ath5k.h | 1346 struct delayed_work tx_complete_work; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath5k/ |
H A D | base.c | 2509 tx_complete_work.work); in ath5k_tx_complete_poll_work() 2548 ieee80211_queue_delayed_work(ah->hw, &ah->tx_complete_work, in ath5k_tx_complete_poll_work() 2828 ieee80211_queue_delayed_work(ah->hw, &ah->tx_complete_work, in ath5k_start() 2889 cancel_delayed_work_sync(&ah->tx_complete_work); in ath5k_stop() 3124 INIT_DELAYED_WORK(&ah->tx_complete_work, ath5k_tx_complete_poll_work); in ath5k_init()
|
H A D | ath5k.h | 1346 struct delayed_work tx_complete_work; member
|
Completed in 25 milliseconds