Searched refs:ath5k_hw_reset_tx_queue (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath5k/ |
H A D | qcu.c | 260 * check out ath5k_hw_reset_tx_queue in ath5k_hw_setup_tx_queue() 316 * ath5k_hw_reset_tx_queue() - Initialize a single hw queue 324 ath5k_hw_reset_tx_queue(struct ath5k_hw *ah, unsigned int queue) in ath5k_hw_reset_tx_queue() function 702 ret = ath5k_hw_reset_tx_queue(ah, i); in ath5k_hw_init_queues()
|
H A D | mac80211-ops.c | 604 ath5k_hw_reset_tx_queue(ah, queue); in ath5k_conf_tx()
|
H A D | ath5k.h | 1573 int ath5k_hw_reset_tx_queue(struct ath5k_hw *ah, unsigned int queue);
|
H A D | base.c | 1079 ret = ath5k_hw_reset_tx_queue(ah, ah->bhalq); /* push to h/w */ in ath5k_beaconq_config() 1093 ret = ath5k_hw_reset_tx_queue(ah, AR5K_TX_QUEUE_ID_CAB); in ath5k_beaconq_config()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath5k/ |
H A D | qcu.c | 260 * check out ath5k_hw_reset_tx_queue in ath5k_hw_setup_tx_queue() 316 * ath5k_hw_reset_tx_queue() - Initialize a single hw queue 324 ath5k_hw_reset_tx_queue(struct ath5k_hw *ah, unsigned int queue) in ath5k_hw_reset_tx_queue() function 702 ret = ath5k_hw_reset_tx_queue(ah, i); in ath5k_hw_init_queues()
|
H A D | mac80211-ops.c | 605 ath5k_hw_reset_tx_queue(ah, queue); in ath5k_conf_tx()
|
H A D | ath5k.h | 1569 int ath5k_hw_reset_tx_queue(struct ath5k_hw *ah, unsigned int queue);
|
H A D | base.c | 1124 ret = ath5k_hw_reset_tx_queue(ah, ah->bhalq); /* push to h/w */ in ath5k_beaconq_config() 1138 ret = ath5k_hw_reset_tx_queue(ah, AR5K_TX_QUEUE_ID_CAB); in ath5k_beaconq_config()
|
Completed in 18 milliseconds