| /netbsd/src/sys/external/isc/atheros_hal/dist/ |
| D | ah.c | 676 HAL_TX_QUEUE_INFO *qi, const HAL_TXQ_INFO *qInfo) in ath_hal_setTxQProps() argument 686 qi->tqi_ver = qInfo->tqi_ver; in ath_hal_setTxQProps() 687 qi->tqi_subtype = qInfo->tqi_subtype; in ath_hal_setTxQProps() 688 qi->tqi_qflags = qInfo->tqi_qflags; in ath_hal_setTxQProps() 689 qi->tqi_priority = qInfo->tqi_priority; in ath_hal_setTxQProps() 690 if (qInfo->tqi_aifs != HAL_TXQ_USEDEFAULT) in ath_hal_setTxQProps() 691 qi->tqi_aifs = AH_MIN(qInfo->tqi_aifs, 255); in ath_hal_setTxQProps() 694 if (qInfo->tqi_cwmin != HAL_TXQ_USEDEFAULT) { in ath_hal_setTxQProps() 695 cw = AH_MIN(qInfo->tqi_cwmin, 1024); in ath_hal_setTxQProps() 701 qi->tqi_cwmin = qInfo->tqi_cwmin; in ath_hal_setTxQProps() [all …]
|
| D | ah.h | 715 const HAL_TXQ_INFO *qInfo); 717 const HAL_TXQ_INFO *qInfo); 719 HAL_TXQ_INFO *qInfo);
|
| D | ah_internal.h | 421 HAL_TX_QUEUE_INFO *qi, const HAL_TXQ_INFO *qInfo); 423 HAL_TXQ_INFO *qInfo, const HAL_TX_QUEUE_INFO *qi);
|
| /netbsd/src/sys/dev/raidframe/ |
| D | rf_pqdeg.c | 100 asmap->parityInfo = asmap->qInfo; in RF_CREATE_DAG_FUNC_DECL() 101 asmap->qInfo = temp; in RF_CREATE_DAG_FUNC_DECL() 139 asmap->parityInfo = asmap->qInfo; in RF_CREATE_DAG_FUNC_DECL() 140 asmap->qInfo = temp; in RF_CREATE_DAG_FUNC_DECL() 156 asmap->parityInfo = asmap->qInfo; in RF_CREATE_DAG_FUNC_DECL() 157 asmap->qInfo = temp; in RF_CREATE_DAG_FUNC_DECL() 200 asmap->parityInfo = asmap->qInfo; in RF_CREATE_DAG_FUNC_DECL() 201 asmap->qInfo = temp; in RF_CREATE_DAG_FUNC_DECL()
|
| D | rf_evenodd_dags.c | 83 asmap->parityInfo = asmap->qInfo; in RF_CREATE_DAG_FUNC_DECL() 84 asmap->qInfo = temp; in RF_CREATE_DAG_FUNC_DECL() 131 asmap->parityInfo = asmap->qInfo; in RF_CREATE_DAG_FUNC_DECL() 132 asmap->qInfo = temp; in RF_CREATE_DAG_FUNC_DECL() 144 asmap->parityInfo = asmap->qInfo; in RF_CREATE_DAG_FUNC_DECL() 145 asmap->qInfo = temp; in RF_CREATE_DAG_FUNC_DECL() 163 asmap->parityInfo = asmap->qInfo; in RF_CREATE_DAG_FUNC_DECL() 164 asmap->qInfo = temp; in RF_CREATE_DAG_FUNC_DECL()
|
| D | rf_evenodd.c | 235 …(asmap->parityInfo->next != NULL) || (asmap->qInfo->next != NULL) || rf_CheckStripeForFailures(rai… in rf_EODagSelect() 256 … || (asmap->qInfo->next != NULL) || rf_NumFailedDataUnitsInStripe(raidPtr, asmap)) in rf_EODagSelect() 395 RF_ASSERT(!asmap->qInfo->next); in rf_VerifyParityEvenOdd() 396 rf_RangeRestrictPDA(raidPtr, parityPDA, asmap->qInfo, 0, 1); in rf_VerifyParityEvenOdd() 397 RF_ASSERT(asmap->qInfo->numSector != 0); in rf_VerifyParityEvenOdd() 398 if (rf_TryToRedirectPDA(raidPtr, asmap->qInfo, 1)) in rf_VerifyParityEvenOdd() 403 blockNode->succedents[layoutPtr->numDataCol + 1]->params[0].p = asmap->qInfo; in rf_VerifyParityEvenOdd() 495 wrBlock->succedents[0]->params[0].p = asmap->qInfo; in rf_VerifyParityEvenOdd()
|
| D | rf_map.c | 226 pda_q = asm_p->qInfo = t_pda; in rf_MapAccess() 240 … rf_ASMParityAdjust(raidPtr, asm_p->qInfo, startAddrWithinStripe, endAddress, layoutPtr, asm_p); in rf_MapAccess() 296 pda = asmap->qInfo; in rf_MarkFailuresInASMList() 542 pdaList = p->qInfo; in rf_FreeAccessStripeMap() 544 pdaEnd->next = p->qInfo; in rf_FreeAccessStripeMap() 545 for (trailer = NULL, pdp = p->qInfo; pdp;) { in rf_FreeAccessStripeMap()
|
| D | rf_dagdegwr.c | 386 parityPDA->col = asmap->qInfo->col; in rf_CommonCreateSimpleDegradedWriteDAG() 387 parityPDA->startSector = ((asmap->qInfo->startSector / sectorsPerSU) in rf_CommonCreateSimpleDegradedWriteDAG() 606 CONS_PDA(qInfo, fone_start, fone->numSector); in rf_WriteGenerateFailedAccessASMs() 619 CONS_PDA(qInfo, 0, secPerSU); in rf_WriteGenerateFailedAccessASMs() 631 CONS_PDA(qInfo, fone_start, fone->numSector); in rf_WriteGenerateFailedAccessASMs() 637 CONS_PDA(qInfo, ftwo_start, ftwo->numSector); in rf_WriteGenerateFailedAccessASMs()
|
| D | rf_layout.h | 135 RF_PhysDiskAddr_t *qInfo; /* list of physical addrs for the Q of member
|
| D | rf_dagdegrd.c | 746 CONS_PDA(qInfo, fone_start, fone->numSector); in rf_DD_GenerateFailedAccessASMs() 759 CONS_PDA(qInfo, 0, secPerSU); in rf_DD_GenerateFailedAccessASMs() 770 CONS_PDA(qInfo, fone_start, fone->numSector); in rf_DD_GenerateFailedAccessASMs() 776 CONS_PDA(qInfo, ftwo_start, ftwo->numSector); in rf_DD_GenerateFailedAccessASMs()
|
| D | rf_dagffwr.c | 392 wnqNode->params[0].p = asmap->qInfo; in rf_CommonCreateLargeWriteDAG() 735 pda = asmap->qInfo; in rf_CommonCreateSmallWriteDAG() 961 pda = asmap->qInfo; in rf_CommonCreateSmallWriteDAG()
|
| D | rf_pq.c | 155 …(asmap->parityInfo->next != NULL) || (asmap->qInfo->next != NULL) || rf_CheckStripeForFailures(rai… in rf_PQDagSelect()
|
| /netbsd/src/sys/external/isc/atheros_hal/dist/ar5210/ |
| 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()
|
| D | ar5210.h | 149 const HAL_TXQ_INFO *qInfo); 151 HAL_TXQ_INFO *qInfo); 153 const HAL_TXQ_INFO *qInfo);
|
| /netbsd/src/sys/external/isc/atheros_hal/dist/ar5211/ |
| 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()
|
| D | ar5211.h | 174 const HAL_TXQ_INFO *qInfo); 176 HAL_TXQ_INFO *qInfo); 178 const HAL_TXQ_INFO *qInfo);
|
| /netbsd/src/sys/external/isc/atheros_hal/dist/ar5212/ |
| D | ar5212_xmit.c | 85 ar5212SetTxQueueProps(struct ath_hal *ah, int q, const HAL_TXQ_INFO *qInfo) in ar5212SetTxQueueProps() argument 95 return ath_hal_setTxQProps(ah, &ahp->ah_txq[q], qInfo); in ar5212SetTxQueueProps() 102 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()
|
| D | ar5212.h | 558 const HAL_TXQ_INFO *qInfo); 560 HAL_TXQ_INFO *qInfo); 562 const HAL_TXQ_INFO *qInfo);
|