Home
last modified time | relevance | path

Searched refs:tx_complete_work (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/drivers/net/wireless/ath/ath10k/
Dhtc.c677 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()
Dcore.h1208 struct work_struct tx_complete_work; member
/Linux-v6.6/drivers/net/wireless/ath/ath5k/
Dbase.c2509 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()
Dath5k.h1346 struct delayed_work tx_complete_work; member