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

/freebsd-13-stable/sys/dev/ath/ath_hal/
H A Dah.c1056 * from qInfo.
1060 HAL_TX_QUEUE_INFO *qi, const HAL_TXQ_INFO *qInfo)
1070 qi->tqi_ver = qInfo->tqi_ver;
1071 qi->tqi_subtype = qInfo->tqi_subtype;
1072 qi->tqi_qflags = qInfo->tqi_qflags;
1073 qi->tqi_priority = qInfo->tqi_priority;
1074 if (qInfo->tqi_aifs != HAL_TXQ_USEDEFAULT)
1075 qi->tqi_aifs = AH_MIN(qInfo->tqi_aifs, 255);
1078 if (qInfo->tqi_cwmin != HAL_TXQ_USEDEFAULT) {
1079 cw = AH_MIN(qInfo
1059 ath_hal_setTxQProps(struct ath_hal *ah, HAL_TX_QUEUE_INFO *qi, const HAL_TXQ_INFO *qInfo) argument
1120 ath_hal_getTxQProps(struct ath_hal *ah, HAL_TXQ_INFO *qInfo, const HAL_TX_QUEUE_INFO *qi) argument
[all...]
H A Dah.h1277 const HAL_TXQ_INFO *qInfo);
1279 const HAL_TXQ_INFO *qInfo);
1281 HAL_TXQ_INFO *qInfo);
H A Dah_internal.h544 HAL_TX_QUEUE_INFO *qi, const HAL_TXQ_INFO *qInfo);
546 HAL_TXQ_INFO *qInfo, const HAL_TX_QUEUE_INFO *qi);
/freebsd-13-stable/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_xmit.c34 * from qInfo. The queue must previously have been setup
38 ar5210SetTxQueueProps(struct ath_hal *ah, int q, const HAL_TXQ_INFO *qInfo) argument
47 return ath_hal_setTxQProps(ah, &ahp->ah_txq[q], qInfo);
54 ar5210GetTxQueueProps(struct ath_hal *ah, int q, HAL_TXQ_INFO *qInfo) argument
63 return ath_hal_getTxQProps(ah, qInfo, &ahp->ah_txq[q]);
71 const HAL_TXQ_INFO *qInfo)
103 if (qInfo == AH_NULL) {
116 (void) ar5210SetTxQueueProps(ah, q, qInfo);
70 ar5210SetupTxQueue(struct ath_hal *ah, HAL_TX_QUEUE type, const HAL_TXQ_INFO *qInfo) argument
H A Dar5210.h154 const HAL_TXQ_INFO *qInfo);
156 HAL_TXQ_INFO *qInfo);
158 const HAL_TXQ_INFO *qInfo);
/freebsd-13-stable/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_xmit.c78 * from qInfo. The queue must previously have been setup
82 ar5211SetTxQueueProps(struct ath_hal *ah, int q, const HAL_TXQ_INFO *qInfo) argument
91 return ath_hal_setTxQProps(ah, &ahp->ah_txq[q], qInfo);
98 ar5211GetTxQueueProps(struct ath_hal *ah, int q, HAL_TXQ_INFO *qInfo) argument
107 return ath_hal_getTxQProps(ah, qInfo, &ahp->ah_txq[q]);
115 const HAL_TXQ_INFO *qInfo)
149 if (qInfo == AH_NULL) {
163 (void) ar5211SetTxQueueProps(ah, q, qInfo);
114 ar5211SetupTxQueue(struct ath_hal *ah, HAL_TX_QUEUE type, const HAL_TXQ_INFO *qInfo) argument
H A Dar5211.h175 const HAL_TXQ_INFO *qInfo);
177 HAL_TXQ_INFO *qInfo);
179 const HAL_TXQ_INFO *qInfo);
/freebsd-13-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_xmit.c85 * from qInfo.
88 ar5212SetTxQueueProps(struct ath_hal *ah, int q, const HAL_TXQ_INFO *qInfo) argument
98 return ath_hal_setTxQProps(ah, &ahp->ah_txq[q], qInfo);
105 ar5212GetTxQueueProps(struct ath_hal *ah, int q, HAL_TXQ_INFO *qInfo) argument
115 return ath_hal_getTxQProps(ah, qInfo, &ahp->ah_txq[q]);
123 const HAL_TXQ_INFO *qInfo)
186 if (qInfo == AH_NULL) {
195 qi->tqi_physCompBuf = qInfo->tqi_compBuf;
196 (void) ar5212SetTxQueueProps(ah, q, qInfo);
122 ar5212SetupTxQueue(struct ath_hal *ah, HAL_TX_QUEUE type, const HAL_TXQ_INFO *qInfo) argument
H A Dar5212.h590 const HAL_TXQ_INFO *qInfo);
592 HAL_TXQ_INFO *qInfo);
594 const HAL_TXQ_INFO *qInfo);
/freebsd-13-stable/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.c936 const HAL_TXQ_INFO *qInfo)
945 HAL_TXQ_INFO *qInfo)
954 const HAL_TXQ_INFO *qInfo)
935 ar9300_Stub_SetTxQueueProps(struct ath_hal *ah, int q, const HAL_TXQ_INFO *qInfo) argument
944 ar9300_Stub_GetTxQueueProps(struct ath_hal *ah, int q, HAL_TXQ_INFO *qInfo) argument
953 ar9300_Stub_SetupTxQueue(struct ath_hal *ah, HAL_TX_QUEUE type, const HAL_TXQ_INFO *qInfo) argument
/freebsd-13-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_xmit.c1125 const HAL_TXQ_INFO *qInfo)
1196 if (qInfo == AH_NULL) {
1205 qi->tqi_physCompBuf = qInfo->tqi_compBuf;
1206 (void) ar5212SetTxQueueProps(ah, q, qInfo);
1124 ar5416SetupTxQueue(struct ath_hal *ah, HAL_TX_QUEUE type, const HAL_TXQ_INFO *qInfo) argument
H A Dar5416.h394 const HAL_TXQ_INFO *qInfo);

Completed in 169 milliseconds