Home
last modified time | relevance | path

Searched refs:tx_wd_work (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/net/wireless/ath/ar5523/
Dar5523.h100 struct work_struct tx_wd_work; member
Dar5523.c908 ieee80211_queue_work(ar->hw, &ar->tx_wd_work); in ar5523_tx_wd_timer()
913 struct ar5523 *ar = container_of(work, struct ar5523, tx_wd_work); in ar5523_tx_wd_work()
1080 cancel_work_sync(&ar->tx_wd_work); in ar5523_stop()
1632 INIT_WORK(&ar->tx_wd_work, ar5523_tx_wd_work); in ar5523_probe()