Searched defs:queue_info (Results 1 - 1 of 1) sorted by relevance

/drivers/net/wireless/ath/ath5k/
H A Dqcu.c135 * @queue_info: The &struct ath5k_txq_info to fill
139 struct ath5k_txq_info *queue_info)
141 memcpy(queue_info, &ah->ah_txq[queue], sizeof(struct ath5k_txq_info));
198 * @queue_info: The &struct ath5k_txq_info to use
204 struct ath5k_txq_info *queue_info)
256 if (queue_info != NULL) {
257 queue_info->tqi_type = queue_type;
258 ret = ath5k_hw_set_tx_queueprops(ah, queue, queue_info);
138 ath5k_hw_get_tx_queueprops(struct ath5k_hw *ah, int queue, struct ath5k_txq_info *queue_info) argument
203 ath5k_hw_setup_tx_queue(struct ath5k_hw *ah, enum ath5k_tx_queue queue_type, struct ath5k_txq_info *queue_info) argument

Completed in 84 milliseconds