Searched refs:ath9k_hw_set_txq_props (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/net/wireless/ath/ath9k/ |
A D | mac.c | 196 bool ath9k_hw_set_txq_props(struct ath_hw *ah, int q, in ath9k_hw_set_txq_props() function 259 EXPORT_SYMBOL(ath9k_hw_set_txq_props); 331 (void) ath9k_hw_set_txq_props(ah, q, qinfo); in ath9k_hw_setuptxqueue()
|
A D | htc_drv_beacon.c | 57 if (!ath9k_hw_set_txq_props(ah, priv->beacon.beaconq, &qi)) { in ath9k_htc_beaconq_config()
|
A D | mac.h | 723 bool ath9k_hw_set_txq_props(struct ath_hw *ah, int q,
|
A D | beacon.c | 60 if (!ath9k_hw_set_txq_props(ah, sc->beacon.beaconq, &qi)) { in ath9k_beaconq_config()
|
A D | htc_drv_txrx.c | 203 if (!ath9k_hw_set_txq_props(ah, qnum, &qi)) { in ath_htc_txq_update()
|
A D | xmit.c | 1786 if (!ath9k_hw_set_txq_props(ah, qnum, &qi)) { in ath_txq_update()
|
Completed in 19 milliseconds