Searched refs:axq_qnum (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/uts/common/io/arn/ |
H A D | arn_xmit.c | 923 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 D | arn_main.c | 2709 (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 D | arn_core.h | 461 uint32_t axq_qnum; /* hardware q number */ member
|
/titanic_41/usr/src/uts/common/io/ath/ |
H A D | ath_aux.c | 175 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 D | ath_impl.h | 247 uint_t axq_qnum; /* hardware q number */ member
|
H A D | ath_main.c | 905 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()
|