Searched refs:ah_proc_tx_desc (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath5k/ |
H A D | desc.c | 777 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()
|
H A D | ath5k.h | 1457 int (*ah_proc_tx_desc)(struct ath5k_hw *, struct ath5k_desc *, member
|
H A D | debug.c | 1097 done = ah->ah_proc_tx_desc(ah, bf->desc, &ts); in ath5k_debug_printtxbuf()
|
H A D | base.c | 1749 ret = ah->ah_proc_tx_desc(ah, ds, &ts); in ath5k_tx_processq()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath5k/ |
H A D | desc.c | 777 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()
|
H A D | ath5k.h | 1453 int (*ah_proc_tx_desc)(struct ath5k_hw *, struct ath5k_desc *, member
|
H A D | debug.c | 1095 done = ah->ah_proc_tx_desc(ah, bf->desc, &ts); in ath5k_debug_printtxbuf()
|
H A D | base.c | 1794 ret = ah->ah_proc_tx_desc(ah, ds, &ts); in ath5k_tx_processq()
|
Completed in 19 milliseconds