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

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath5k/
H A Dath5k_qcu.c35 const struct ath5k_txq_info *queue_info)
40 memcpy(&ah->ah_txq, queue_info, sizeof(struct ath5k_txq_info));
43 if ((queue_info->tqi_type == AR5K_TX_QUEUE_DATA &&
44 ((queue_info->tqi_subtype == AR5K_WME_AC_VI) ||
45 (queue_info->tqi_subtype == AR5K_WME_AC_VO))) ||
46 queue_info->tqi_type == AR5K_TX_QUEUE_UAPSD)
56 struct ath5k_txq_info *queue_info)
66 if (queue_info != NULL) {
67 queue_info->tqi_type = queue_type;
68 ret = ath5k_hw_set_tx_queueprops(ah, queue_info);
34 ath5k_hw_set_tx_queueprops(struct ath5k_hw *ah, const struct ath5k_txq_info *queue_info) argument
55 ath5k_hw_setup_tx_queue(struct ath5k_hw *ah, enum ath5k_tx_queue queue_type, struct ath5k_txq_info *queue_info) argument
[all...]

Completed in 40 milliseconds