/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ |
H A D | ah.c | 1058 HAL_TX_QUEUE_INFO *qi, const HAL_TXQ_INFO *qInfo) in ath_hal_setTxQProps() argument 1068 qi->tqi_ver = qInfo->tqi_ver; in ath_hal_setTxQProps() 1069 qi->tqi_subtype = qInfo->tqi_subtype; in ath_hal_setTxQProps() 1070 qi->tqi_qflags = qInfo->tqi_qflags; in ath_hal_setTxQProps() 1071 qi->tqi_priority = qInfo->tqi_priority; in ath_hal_setTxQProps() 1072 if (qInfo->tqi_aifs != HAL_TXQ_USEDEFAULT) in ath_hal_setTxQProps() 1073 qi->tqi_aifs = AH_MIN(qInfo->tqi_aifs, 255); in ath_hal_setTxQProps() 1076 if (qInfo->tqi_cwmin != HAL_TXQ_USEDEFAULT) { in ath_hal_setTxQProps() 1077 cw = AH_MIN(qInfo->tqi_cwmin, 1024); in ath_hal_setTxQProps() 1083 qi->tqi_cwmin = qInfo->tqi_cwmin; in ath_hal_setTxQProps() [all …]
|
H A D | ah.h | 1275 const HAL_TXQ_INFO *qInfo); 1277 const HAL_TXQ_INFO *qInfo); 1279 HAL_TXQ_INFO *qInfo);
|
H A D | ah_internal.h | 542 HAL_TX_QUEUE_INFO *qi, const HAL_TXQ_INFO *qInfo); 544 HAL_TXQ_INFO *qInfo, const HAL_TX_QUEUE_INFO *qi);
|
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5210/ |
H A D | ar5210_xmit.c | 36 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 D | ar5210.h | 152 const HAL_TXQ_INFO *qInfo); 154 HAL_TXQ_INFO *qInfo); 156 const HAL_TXQ_INFO *qInfo);
|
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5211/ |
H A D | ar5211_xmit.c | 80 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 D | ar5211.h | 173 const HAL_TXQ_INFO *qInfo); 175 HAL_TXQ_INFO *qInfo); 177 const HAL_TXQ_INFO *qInfo);
|
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5212/ |
H A D | ar5212_xmit.c | 86 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 113 return ath_hal_getTxQProps(ah, qInfo, &ahp->ah_txq[q]); in ar5212GetTxQueueProps() 121 const HAL_TXQ_INFO *qInfo) in ar5212SetupTxQueue() argument 184 if (qInfo == AH_NULL) { in ar5212SetupTxQueue() 193 qi->tqi_physCompBuf = qInfo->tqi_compBuf; in ar5212SetupTxQueue() 194 (void) ar5212SetTxQueueProps(ah, q, qInfo); in ar5212SetupTxQueue()
|
H A D | ar5212.h | 590 const HAL_TXQ_INFO *qInfo); 592 HAL_TXQ_INFO *qInfo); 594 const HAL_TXQ_INFO *qInfo);
|
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/ |
H A D | ar9300_stub_funcs.h | 164 const HAL_TXQ_INFO *qInfo); 166 HAL_TXQ_INFO *qInfo); 168 const HAL_TXQ_INFO *qInfo);
|
H A D | ar9300_stub_funcs.c | 936 const HAL_TXQ_INFO *qInfo) in ar9300_Stub_SetTxQueueProps() argument 945 HAL_TXQ_INFO *qInfo) in ar9300_Stub_GetTxQueueProps() argument 954 const HAL_TXQ_INFO *qInfo) in ar9300_Stub_SetupTxQueue() argument
|
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5416/ |
H A D | ar5416_xmit.c | 1123 const HAL_TXQ_INFO *qInfo) in ar5416SetupTxQueue() argument 1194 if (qInfo == AH_NULL) { in ar5416SetupTxQueue() 1203 qi->tqi_physCompBuf = qInfo->tqi_compBuf; in ar5416SetupTxQueue() 1204 (void) ar5212SetTxQueueProps(ah, q, qInfo); in ar5416SetupTxQueue()
|
H A D | ar5416.h | 392 const HAL_TXQ_INFO *qInfo);
|