Searched refs:tx_complete_work (Results 1 - 4 of 4) sorted by last modified time

/linux-master/drivers/net/wireless/ath/ath10k/
H A Dhtc.c678 queue_work(ar->workqueue_tx_complete, &ar->tx_complete_work);
833 struct ath10k *ar = container_of(work, struct ath10k, tx_complete_work);
896 cancel_work_sync(&ar->tx_complete_work);
997 INIT_WORK(&ar->tx_complete_work, ath10k_htc_tx_complete_work);
H A Dcore.h1209 struct work_struct tx_complete_work; member in struct:ath10k
/linux-master/drivers/net/wireless/ath/ath5k/
H A Dbase.c2509 tx_complete_work.work);
2548 ieee80211_queue_delayed_work(ah->hw, &ah->tx_complete_work,
2828 ieee80211_queue_delayed_work(ah->hw, &ah->tx_complete_work,
2889 cancel_delayed_work_sync(&ah->tx_complete_work);
3124 INIT_DELAYED_WORK(&ah->tx_complete_work, ath5k_tx_complete_poll_work);
H A Dath5k.h1346 struct delayed_work tx_complete_work; member in struct:ath5k_hw

Completed in 224 milliseconds