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

/freebsd-10.3-release/sys/dev/ath/ath_hal/
H A Dah.c941 * from qInfo.
945 HAL_TX_QUEUE_INFO *qi, const HAL_TXQ_INFO *qInfo)
955 qi->tqi_ver = qInfo->tqi_ver;
956 qi->tqi_subtype = qInfo->tqi_subtype;
957 qi->tqi_qflags = qInfo->tqi_qflags;
958 qi->tqi_priority = qInfo->tqi_priority;
959 if (qInfo->tqi_aifs != HAL_TXQ_USEDEFAULT)
960 qi->tqi_aifs = AH_MIN(qInfo->tqi_aifs, 255);
963 if (qInfo->tqi_cwmin != HAL_TXQ_USEDEFAULT) {
964 cw = AH_MIN(qInfo
944 ath_hal_setTxQProps(struct ath_hal *ah, HAL_TX_QUEUE_INFO *qi, const HAL_TXQ_INFO *qInfo) argument
1005 ath_hal_getTxQProps(struct ath_hal *ah, HAL_TXQ_INFO *qInfo, const HAL_TX_QUEUE_INFO *qi) argument
[all...]
H A Dah.h1332 const HAL_TXQ_INFO *qInfo);
1334 const HAL_TXQ_INFO *qInfo);
1336 HAL_TXQ_INFO *qInfo);
H A Dah_internal.h529 HAL_TX_QUEUE_INFO *qi, const HAL_TXQ_INFO *qInfo);
531 HAL_TXQ_INFO *qInfo, const HAL_TX_QUEUE_INFO *qi);
/freebsd-10.3-release/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.h150 const HAL_TXQ_INFO *qInfo);
152 HAL_TXQ_INFO *qInfo);
154 const HAL_TXQ_INFO *qInfo);
/freebsd-10.3-release/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-10.3-release/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.h585 const HAL_TXQ_INFO *qInfo);
587 HAL_TXQ_INFO *qInfo);
589 const HAL_TXQ_INFO *qInfo);
/freebsd-10.3-release/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_stub_funcs.h163 const HAL_TXQ_INFO *qInfo);
165 HAL_TXQ_INFO *qInfo);
167 const HAL_TXQ_INFO *qInfo);
H A Dar9300_stub_funcs.c935 const HAL_TXQ_INFO *qInfo)
944 HAL_TXQ_INFO *qInfo)
953 const HAL_TXQ_INFO *qInfo)
934 ar9300_Stub_SetTxQueueProps(struct ath_hal *ah, int q, const HAL_TXQ_INFO *qInfo) argument
943 ar9300_Stub_GetTxQueueProps(struct ath_hal *ah, int q, HAL_TXQ_INFO *qInfo) argument
952 ar9300_Stub_SetupTxQueue(struct ath_hal *ah, HAL_TX_QUEUE type, const HAL_TXQ_INFO *qInfo) argument
/freebsd-10.3-release/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_xmit.c1119 const HAL_TXQ_INFO *qInfo)
1190 if (qInfo == AH_NULL) {
1199 qi->tqi_physCompBuf = qInfo->tqi_compBuf;
1200 (void) ar5212SetTxQueueProps(ah, q, qInfo);
1118 ar5416SetupTxQueue(struct ath_hal *ah, HAL_TX_QUEUE type, const HAL_TXQ_INFO *qInfo) argument
H A Dar5416.h395 const HAL_TXQ_INFO *qInfo);

Completed in 203 milliseconds