Searched refs:ath5k_hw_set_tx_queueprops (Results  1 – 4 of 4) sorted by relevance
| /Linux-v6.6/drivers/net/wireless/ath/ath5k/ | 
| D | qcu.c | 154 ath5k_hw_set_tx_queueprops(struct ath5k_hw *ah, int queue,  in ath5k_hw_set_tx_queueprops()  function252 		ret = ath5k_hw_set_tx_queueprops(ah, queue, queue_info);  in ath5k_hw_setup_tx_queue()
 
 | 
| D | mac80211-ops.c | 600 	if (ath5k_hw_set_tx_queueprops(ah, queue, &qi)) {  in ath5k_conf_tx()
 | 
| D | ath5k.h | 1560 int ath5k_hw_set_tx_queueprops(struct ath5k_hw *ah, int queue,
 | 
| D | base.c | 1118 	ret = ath5k_hw_set_tx_queueprops(ah, ah->bhalq, &qi);  in ath5k_beaconq_config()1134 	ret = ath5k_hw_set_tx_queueprops(ah, AR5K_TX_QUEUE_ID_CAB, &qi);  in ath5k_beaconq_config()
 
 |