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

/freebsd-11-stable/sys/dev/ath/ath_hal/
H A Dah.c952 * from qInfo.
956 HAL_TX_QUEUE_INFO *qi, const HAL_TXQ_INFO *qInfo)
966 qi->tqi_ver = qInfo->tqi_ver;
967 qi->tqi_subtype = qInfo->tqi_subtype;
968 qi->tqi_qflags = qInfo->tqi_qflags;
969 qi->tqi_priority = qInfo->tqi_priority;
970 if (qInfo->tqi_aifs != HAL_TXQ_USEDEFAULT)
971 qi->tqi_aifs = AH_MIN(qInfo->tqi_aifs, 255);
974 if (qInfo->tqi_cwmin != HAL_TXQ_USEDEFAULT) {
975 cw = AH_MIN(qInfo
955 ath_hal_setTxQProps(struct ath_hal *ah, HAL_TX_QUEUE_INFO *qi, const HAL_TXQ_INFO *qInfo) argument
1016 ath_hal_getTxQProps(struct ath_hal *ah, HAL_TXQ_INFO *qInfo, const HAL_TX_QUEUE_INFO *qi) argument
[all...]
H A Dah.h1254 const HAL_TXQ_INFO *qInfo);
1256 const HAL_TXQ_INFO *qInfo);
1258 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);
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_xmit.c32 * from qInfo. The queue must previously have been setup
36 ar5210SetTxQueueProps(struct ath_hal *ah, int q, const HAL_TXQ_INFO *qInfo) argument
45 return ath_hal_setTxQProps(ah, &ahp->ah_txq[q], qInfo);
52 ar5210GetTxQueueProps(struct ath_hal *ah, int q, HAL_TXQ_INFO *qInfo) argument
61 return ath_hal_getTxQProps(ah, qInfo, &ahp->ah_txq[q]);
69 const HAL_TXQ_INFO *qInfo)
101 if (qInfo == AH_NULL) {
114 (void) ar5210SetTxQueueProps(ah, q, qInfo);
68 ar5210SetupTxQueue(struct ath_hal *ah, HAL_TX_QUEUE type, const HAL_TXQ_INFO *qInfo) argument
H A Dar5210.h152 const HAL_TXQ_INFO *qInfo);
154 HAL_TXQ_INFO *qInfo);
156 const HAL_TXQ_INFO *qInfo);
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_xmit.c76 * from qInfo. The queue must previously have been setup
80 ar5211SetTxQueueProps(struct ath_hal *ah, int q, const HAL_TXQ_INFO *qInfo) argument
89 return ath_hal_setTxQProps(ah, &ahp->ah_txq[q], qInfo);
96 ar5211GetTxQueueProps(struct ath_hal *ah, int q, HAL_TXQ_INFO *qInfo) argument
105 return ath_hal_getTxQProps(ah, qInfo, &ahp->ah_txq[q]);
113 const HAL_TXQ_INFO *qInfo)
147 if (qInfo == AH_NULL) {
161 (void) ar5211SetTxQueueProps(ah, q, qInfo);
112 ar5211SetupTxQueue(struct ath_hal *ah, HAL_TX_QUEUE type, const HAL_TXQ_INFO *qInfo) argument
H A Dar5211.h173 const HAL_TXQ_INFO *qInfo);
175 HAL_TXQ_INFO *qInfo);
177 const HAL_TXQ_INFO *qInfo);
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_xmit.c83 * from qInfo.
86 ar5212SetTxQueueProps(struct ath_hal *ah, int q, const HAL_TXQ_INFO *qInfo) argument
96 return ath_hal_setTxQProps(ah, &ahp->ah_txq[q], qInfo);
103 ar5212GetTxQueueProps(struct ath_hal *ah, int q, HAL_TXQ_INFO *qInfo) argument
114 return ath_hal_getTxQProps(ah, qInfo, &ahp->ah_txq[q]);
122 const HAL_TXQ_INFO *qInfo)
185 if (qInfo == AH_NULL) {
194 qi->tqi_physCompBuf = qInfo->tqi_compBuf;
195 (void) ar5212SetTxQueueProps(ah, q, qInfo);
121 ar5212SetupTxQueue(struct ath_hal *ah, HAL_TX_QUEUE type, const HAL_TXQ_INFO *qInfo) argument
H A Dar5212.h588 const HAL_TXQ_INFO *qInfo);
590 HAL_TXQ_INFO *qInfo);
592 const HAL_TXQ_INFO *qInfo);
/freebsd-11-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-11-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.h397 const HAL_TXQ_INFO *qInfo);

Completed in 123 milliseconds