Home
last modified time | relevance | path

Searched refs:axq_qnum (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/uts/common/io/arn/
H A Darn_xmit.c923 qnum = sc->sc_cabq->axq_qnum; in arn_tx_get_qnum()
1132 "qnum: %d, txq depth: %d\n", txq->axq_qnum, txq->axq_depth)); in arn_tx_txqaddbuf()
1135 ath9k_hw_puttxbuf(sc->sc_ah, txq->axq_qnum, bf->bf_daddr); in arn_tx_txqaddbuf()
1138 txq->axq_qnum, ito64(bf->bf_daddr), bf->bf_desc)); in arn_tx_txqaddbuf()
1142 txq->axq_qnum, txq->axq_link, in arn_tx_txqaddbuf()
1146 ath9k_hw_txstart(sc->sc_ah, txq->axq_qnum); in arn_tx_txqaddbuf()
1531 (void) ath9k_hw_stoptxdma(ah, txq->axq_qnum); in arn_tx_stopdma()
1535 txq->axq_qnum, in arn_tx_stopdma()
1536 ath9k_hw_gettxbuf(ah, txq->axq_qnum), txq->axq_link)); in arn_tx_stopdma()
1557 sc->sc_txq[i].axq_qnum); in arn_drain_txdataq()
[all …]
H A Darn_main.c2709 (void) ath9k_hw_get_txq_props(ah, txq->axq_qnum, &qi); in arn_tx_queue_update()
2746 txq->axq_qnum, in arn_tx_queue_update()
2753 if (!ath9k_hw_set_txq_props(ah, txq->axq_qnum, &qi)) { in arn_tx_queue_update()
2760 (void) ath9k_hw_resettxqueue(ah, txq->axq_qnum); in arn_tx_queue_update()
3480 (void) ath9k_hw_stoptxdma(ah, sc->sc_txq[i].axq_qnum); in arn_quiesce()
H A Darn_core.h461 uint32_t axq_qnum; /* hardware q number */ member
/titanic_41/usr/src/uts/common/io/ath/
H A Dath_aux.c175 txq->axq_qnum = qnum; in ath_set_data_queue()
211 ATH_HAL_RELEASETXQUEUE(asc->asc_ah, txq->axq_qnum); in ath_txq_cleanup()
213 asc->asc_txqsetup &= ~(1 << txq->axq_qnum); in ath_txq_cleanup()
406 (void) ATH_HAL_STOPTXDMA(ah, txq->axq_qnum); in ath_draintxq()
H A Dath_impl.h247 uint_t axq_qnum; /* hardware q number */ member
H A Dath_main.c905 txq->axq_qnum, rix, shortPreamble, *(uint16_t *)wh->i_dur)); in ath_tx_start()
933 ATH_HAL_PUTTXBUF(ah, txq->axq_qnum, bf->bf_daddr); in ath_tx_start()
940 ATH_HAL_TXSTART(ah, txq->axq_qnum); in ath_tx_start()
2470 ATH_HAL_STOPTXDMA(ah, asc->asc_txq[i].axq_qnum); in ath_quiesce()