Home
last modified time | relevance | path

Searched refs:offchan_tx_work (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H A Dcore.h1176 struct work_struct offchan_tx_work; member
H A Dcore.c3344 INIT_WORK(&ar->offchan_tx_work, ath10k_offchan_tx_work); in ath10k_core_create()
H A Dmac.c3890 ieee80211_queue_work(hw, &ar->offchan_tx_work); in ath10k_mac_tx()
3919 struct ath10k *ar = container_of(work, struct ath10k, offchan_tx_work); in ath10k_offchan_tx_work()
4580 cancel_work_sync(&ar->offchan_tx_work); in ath10k_drain_tx()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H A Dcore.h1195 struct work_struct offchan_tx_work; member
H A Dcore.c3648 INIT_WORK(&ar->offchan_tx_work, ath10k_offchan_tx_work); in ath10k_core_create()
H A Dmac.c4075 ieee80211_queue_work(hw, &ar->offchan_tx_work); in ath10k_mac_tx()
4104 struct ath10k *ar = container_of(work, struct ath10k, offchan_tx_work); in ath10k_offchan_tx_work()
4771 cancel_work_sync(&ar->offchan_tx_work); in ath10k_drain_tx()

Completed in 35 milliseconds