Searched refs:q_info (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_xmit.c94 * from q_info.
97 ar9300_set_tx_queue_props(struct ath_hal *ah, int q, const HAL_TXQ_INFO *q_info) argument
106 return ath_hal_setTxQProps(ah, &ahp->ah_txq[q], q_info);
113 ar9300_get_tx_queue_props(struct ath_hal *ah, int q, HAL_TXQ_INFO *q_info) argument
123 return ath_hal_getTxQProps(ah, q_info, &ahp->ah_txq[q]);
138 const HAL_TXQ_INFO *q_info)
198 if (q_info == AH_NULL) {
211 qi->tqi_physCompBuf = q_info->tqi_compBuf;
212 (void) ar9300_set_tx_queue_props(ah, q, q_info);
137 ar9300_setup_tx_queue(struct ath_hal *ah, HAL_TX_QUEUE type, const HAL_TXQ_INFO *q_info) argument
H A Dar9300desc.h496 const HAL_TXQ_INFO *q_info);
498 HAL_TXQ_INFO *q_info);
500 const HAL_TXQ_INFO *q_info);

Completed in 44 milliseconds