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 D | ar9300_xmit.c | 97 ar9300_set_tx_queue_props(struct ath_hal *ah, int q, const HAL_TXQ_INFO *q_info) in ar9300_set_tx_queue_props() argument 106 return ath_hal_setTxQProps(ah, &ahp->ah_txq[q], q_info); in ar9300_set_tx_queue_props() 113 ar9300_get_tx_queue_props(struct ath_hal *ah, int q, HAL_TXQ_INFO *q_info) in ar9300_get_tx_queue_props() argument 123 return ath_hal_getTxQProps(ah, q_info, &ahp->ah_txq[q]); in ar9300_get_tx_queue_props() 138 const HAL_TXQ_INFO *q_info) in ar9300_setup_tx_queue() argument 198 if (q_info == AH_NULL) { in ar9300_setup_tx_queue() 211 qi->tqi_physCompBuf = q_info->tqi_compBuf; in ar9300_setup_tx_queue() 212 (void) ar9300_set_tx_queue_props(ah, q, q_info); in ar9300_setup_tx_queue()
|
H A D | ar9300desc.h | 496 const HAL_TXQ_INFO *q_info); 498 HAL_TXQ_INFO *q_info); 500 const HAL_TXQ_INFO *q_info);
|