Searched refs:ath9k_hw_computetxtime (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | hw.h | 1049 u16 ath9k_hw_computetxtime(struct ath_hw *ah,
|
H A D | recv.c | 1051 airtime += ath9k_hw_computetxtime(ah, phy, rate->bitrate * 100, in ath_rx_count_airtime()
|
H A D | hw.c | 167 u16 ath9k_hw_computetxtime(struct ath_hw *ah, in ath9k_hw_computetxtime() function 220 EXPORT_SYMBOL(ath9k_hw_computetxtime); variable
|
H A D | xmit.c | 1307 info->rates[i].PktDuration = ath9k_hw_computetxtime(sc->sc_ah, in ath_buf_set_rate()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | hw.h | 1051 u16 ath9k_hw_computetxtime(struct ath_hw *ah,
|
H A D | recv.c | 1051 airtime += ath9k_hw_computetxtime(ah, phy, rate->bitrate * 100, in ath_rx_count_airtime()
|
H A D | hw.c | 166 u16 ath9k_hw_computetxtime(struct ath_hw *ah, in ath9k_hw_computetxtime() function 219 EXPORT_SYMBOL(ath9k_hw_computetxtime); variable
|
H A D | xmit.c | 1368 info->rates[i].PktDuration = ath9k_hw_computetxtime(sc->sc_ah, in ath_buf_set_rate()
|
Completed in 23 milliseconds