Searched refs:AR5K_TX_QUEUE_ID_CAB (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath5k/ |
H A D | qcu.c | 237 queue = AR5K_TX_QUEUE_ID_CAB; in ath5k_hw_setup_tx_queue()
|
H A D | base.c | 1084 ret = ath5k_hw_get_tx_queueprops(ah, AR5K_TX_QUEUE_ID_CAB, &qi); in ath5k_beaconq_config() 1089 ret = ath5k_hw_set_tx_queueprops(ah, AR5K_TX_QUEUE_ID_CAB, &qi); in ath5k_beaconq_config() 1093 ret = ath5k_hw_reset_tx_queue(ah, AR5K_TX_QUEUE_ID_CAB); in ath5k_beaconq_config()
|
H A D | ath5k.h | 575 * @AR5K_TX_QUEUE_ID_CAB: Content after beacon queue 588 AR5K_TX_QUEUE_ID_CAB = 8, enumerator
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath5k/ |
H A D | qcu.c | 237 queue = AR5K_TX_QUEUE_ID_CAB; in ath5k_hw_setup_tx_queue()
|
H A D | base.c | 1129 ret = ath5k_hw_get_tx_queueprops(ah, AR5K_TX_QUEUE_ID_CAB, &qi); in ath5k_beaconq_config() 1134 ret = ath5k_hw_set_tx_queueprops(ah, AR5K_TX_QUEUE_ID_CAB, &qi); in ath5k_beaconq_config() 1138 ret = ath5k_hw_reset_tx_queue(ah, AR5K_TX_QUEUE_ID_CAB); in ath5k_beaconq_config()
|
H A D | ath5k.h | 575 * @AR5K_TX_QUEUE_ID_CAB: Content after beacon queue 588 AR5K_TX_QUEUE_ID_CAB = 8, enumerator
|
Completed in 14 milliseconds