Home
last modified time | relevance | path

Searched refs:ath10k_offchan_tx_work (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/dev/athk/ath10k/
H A Dmac.h40 void ath10k_offchan_tx_work(struct work_struct *work);
H A Dcore.c3738 INIT_WORK(&ar->offchan_tx_work, ath10k_offchan_tx_work); in ath10k_core_create()
H A Dmac.c4112 void ath10k_offchan_tx_work(struct work_struct *work) in ath10k_offchan_tx_work() function