Home
last modified time | relevance | path

Searched refs:qInfo (Results 1 – 13 of 13) sorted by relevance

/dragonfly/sys/dev/netif/ath/ath_hal/
H A Dah.c962 qi->tqi_ver = qInfo->tqi_ver; in ath_hal_setTxQProps()
964 qi->tqi_qflags = qInfo->tqi_qflags; in ath_hal_setTxQProps()
977 qi->tqi_cwmin = qInfo->tqi_cwmin; in ath_hal_setTxQProps()
987 if (qInfo->tqi_shretry != 0) in ath_hal_setTxQProps()
991 if (qInfo->tqi_lgretry != 0) in ath_hal_setTxQProps()
1000 switch (qInfo->tqi_subtype) { in ath_hal_setTxQProps()
1021 qInfo->tqi_qflags = qi->tqi_qflags; in ath_hal_getTxQProps()
1022 qInfo->tqi_ver = qi->tqi_ver; in ath_hal_getTxQProps()
1026 qInfo->tqi_aifs = qi->tqi_aifs; in ath_hal_getTxQProps()
1027 qInfo->tqi_cwmin = qi->tqi_cwmin; in ath_hal_getTxQProps()
[all …]
H A Dah.h1384 const HAL_TXQ_INFO *qInfo);
1386 const HAL_TXQ_INFO *qInfo);
1388 HAL_TXQ_INFO *qInfo);
H A Dah_internal.h536 HAL_TX_QUEUE_INFO *qi, const HAL_TXQ_INFO *qInfo);
538 HAL_TXQ_INFO *qInfo, const HAL_TX_QUEUE_INFO *qi);
/dragonfly/sys/dev/netif/ath/ath_hal/ar5210/
H A Dar5210_xmit.c36 ar5210SetTxQueueProps(struct ath_hal *ah, int q, const HAL_TXQ_INFO *qInfo) in ar5210SetTxQueueProps() argument
45 return ath_hal_setTxQProps(ah, &ahp->ah_txq[q], qInfo); in ar5210SetTxQueueProps()
52 ar5210GetTxQueueProps(struct ath_hal *ah, int q, HAL_TXQ_INFO *qInfo) in ar5210GetTxQueueProps() argument
61 return ath_hal_getTxQProps(ah, qInfo, &ahp->ah_txq[q]); in ar5210GetTxQueueProps()
69 const HAL_TXQ_INFO *qInfo) in ar5210SetupTxQueue() argument
101 if (qInfo == AH_NULL) { in ar5210SetupTxQueue()
114 (void) ar5210SetTxQueueProps(ah, q, qInfo); in ar5210SetupTxQueue()
H A Dar5210.h152 const HAL_TXQ_INFO *qInfo);
154 HAL_TXQ_INFO *qInfo);
156 const HAL_TXQ_INFO *qInfo);
/dragonfly/sys/dev/netif/ath/ath_hal/ar5211/
H A Dar5211_xmit.c80 ar5211SetTxQueueProps(struct ath_hal *ah, int q, const HAL_TXQ_INFO *qInfo) in ar5211SetTxQueueProps() argument
89 return ath_hal_setTxQProps(ah, &ahp->ah_txq[q], qInfo); in ar5211SetTxQueueProps()
96 ar5211GetTxQueueProps(struct ath_hal *ah, int q, HAL_TXQ_INFO *qInfo) in ar5211GetTxQueueProps() argument
105 return ath_hal_getTxQProps(ah, qInfo, &ahp->ah_txq[q]); in ar5211GetTxQueueProps()
113 const HAL_TXQ_INFO *qInfo) in ar5211SetupTxQueue() argument
147 if (qInfo == AH_NULL) { in ar5211SetupTxQueue()
161 (void) ar5211SetTxQueueProps(ah, q, qInfo); in ar5211SetupTxQueue()
H A Dar5211.h173 const HAL_TXQ_INFO *qInfo);
175 HAL_TXQ_INFO *qInfo);
177 const HAL_TXQ_INFO *qInfo);
/dragonfly/sys/dev/netif/ath/ath_hal/ar5212/
H A Dar5212_xmit.c86 ar5212SetTxQueueProps(struct ath_hal *ah, int q, const HAL_TXQ_INFO *qInfo) in ar5212SetTxQueueProps() argument
96 return ath_hal_setTxQProps(ah, &ahp->ah_txq[q], qInfo); in ar5212SetTxQueueProps()
103 ar5212GetTxQueueProps(struct ath_hal *ah, int q, HAL_TXQ_INFO *qInfo) in ar5212GetTxQueueProps() argument
114 return ath_hal_getTxQProps(ah, qInfo, &ahp->ah_txq[q]); in ar5212GetTxQueueProps()
122 const HAL_TXQ_INFO *qInfo) in ar5212SetupTxQueue() argument
185 if (qInfo == AH_NULL) { in ar5212SetupTxQueue()
194 qi->tqi_physCompBuf = qInfo->tqi_compBuf; in ar5212SetupTxQueue()
195 (void) ar5212SetTxQueueProps(ah, q, qInfo); in ar5212SetupTxQueue()
H A Dar5212.h588 const HAL_TXQ_INFO *qInfo);
590 HAL_TXQ_INFO *qInfo);
592 const HAL_TXQ_INFO *qInfo);
/dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_stub_funcs.h164 const HAL_TXQ_INFO *qInfo);
166 HAL_TXQ_INFO *qInfo);
168 const HAL_TXQ_INFO *qInfo);
H A Dar9300_stub_funcs.c940 const HAL_TXQ_INFO *qInfo) in ar9300_Stub_SetTxQueueProps() argument
949 HAL_TXQ_INFO *qInfo) in ar9300_Stub_GetTxQueueProps() argument
958 const HAL_TXQ_INFO *qInfo) in ar9300_Stub_SetupTxQueue() argument
/dragonfly/sys/dev/netif/ath/ath_hal/ar5416/
H A Dar5416_xmit.c1119 const HAL_TXQ_INFO *qInfo) in ar5416SetupTxQueue() argument
1190 if (qInfo == AH_NULL) { in ar5416SetupTxQueue()
1199 qi->tqi_physCompBuf = qInfo->tqi_compBuf; in ar5416SetupTxQueue()
1200 (void) ar5212SetTxQueueProps(ah, q, qInfo); in ar5416SetupTxQueue()
H A Dar5416.h397 const HAL_TXQ_INFO *qInfo);