Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath10k/
H A Dhtc.c678 queue_work(ar->workqueue_tx_complete, &ar->tx_complete_work); in ath10k_htc_send_bundle()
833 struct ath10k *ar = container_of(work, struct ath10k, tx_complete_work); in ath10k_htc_tx_complete_work()
896 cancel_work_sync(&ar->tx_complete_work); in ath10k_htc_stop_hl()
997 INIT_WORK(&ar->tx_complete_work, ath10k_htc_tx_complete_work); in ath10k_htc_wait_target()
H A Dcore.h1212 struct work_struct tx_complete_work; member
/linux/drivers/net/wireless/ath/ath5k/
H A 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()
H A Dath5k.h1346 struct delayed_work tx_complete_work; member