Searched refs:ath9k_hw_get_txq_props (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.6/drivers/net/wireless/ath/ath9k/ |
D | htc_drv_beacon.c | 29 ath9k_hw_get_txq_props(ah, priv->beacon.beaconq, &qi); in ath9k_htc_beaconq_config() 39 ath9k_hw_get_txq_props(ah, qnum, &qi_be); in ath9k_htc_beaconq_config()
|
D | beacon.c | 40 ath9k_hw_get_txq_props(ah, sc->beacon.beaconq, &qi); in ath9k_beaconq_config() 51 ath9k_hw_get_txq_props(ah, txq->axq_qnum, &qi_be); in ath9k_beaconq_config()
|
D | mac.c | 261 bool ath9k_hw_get_txq_props(struct ath_hw *ah, int q, in ath9k_hw_get_txq_props() function 291 EXPORT_SYMBOL(ath9k_hw_get_txq_props);
|
D | mac.h | 729 bool ath9k_hw_get_txq_props(struct ath_hw *ah, int q,
|
D | htc_drv_txrx.c | 195 ath9k_hw_get_txq_props(ah, qnum, &qi); in ath_htc_txq_update()
|
D | xmit.c | 1838 ath9k_hw_get_txq_props(ah, qnum, &qi); in ath_txq_update() 1862 ath9k_hw_get_txq_props(sc->sc_ah, qnum, &qi); in ath_cabq_update()
|