Searched refs:ath9k_hw_set_txq_props (Results 1 – 6 of 6) sorted by relevance
/linux-3.3/drivers/net/wireless/ath/ath9k/ |
D | mac.c | 195 bool ath9k_hw_set_txq_props(struct ath_hw *ah, int q, in ath9k_hw_set_txq_props() function 258 EXPORT_SYMBOL(ath9k_hw_set_txq_props); 337 (void) ath9k_hw_set_txq_props(ah, q, qinfo); in ath9k_hw_setuptxqueue()
|
D | mac.h | 718 bool ath9k_hw_set_txq_props(struct ath_hw *ah, int q,
|
D | htc_drv_beacon.c | 56 if (!ath9k_hw_set_txq_props(ah, priv->beaconq, &qi)) { in ath9k_htc_beaconq_config()
|
D | beacon.c | 55 if (!ath9k_hw_set_txq_props(ah, sc->beacon.beaconq, &qi)) { in ath_beaconq_config()
|
D | htc_drv_txrx.c | 203 if (!ath9k_hw_set_txq_props(ah, qnum, &qi)) { in ath_htc_txq_update()
|
D | xmit.c | 1425 if (!ath9k_hw_set_txq_props(ah, qnum, &qi)) { in ath_txq_update()
|