Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/ath/ath5k/
Ddesc.c777 ah->ah_proc_tx_desc = ath5k_hw_proc_4word_tx_status; in ath5k_hw_init_desc_functions()
781 ah->ah_proc_tx_desc = ath5k_hw_proc_2word_tx_status; in ath5k_hw_init_desc_functions()
Dath5k.h1453 int (*ah_proc_tx_desc)(struct ath5k_hw *, struct ath5k_desc *, member
Ddebug.c1097 done = ah->ah_proc_tx_desc(ah, bf->desc, &ts); in ath5k_debug_printtxbuf()
Dbase.c1794 ret = ah->ah_proc_tx_desc(ah, ds, &ts); in ath5k_tx_processq()