Searched refs:axq_link (Results 1 – 5 of 5) sorted by relevance
3159 dst->axq_link = src->axq_link; in ath_txqmove()3160 src->axq_link = NULL; in ath_txqmove()3663 txq->axq_link = NULL; in ath_txq_init()4105 txq->axq_link); in ath_tx_processq()4111 txq->axq_link, in ath_tx_processq()4186 txq->axq_link = NULL; in ath_tx_processq()4636 txq->axq_link = NULL; in ath_tx_draintxq_get_one()4733 txq->axq_link, in ath_tx_stopdma()4850 &sc->sc_txq[i].axq_link); in ath_legacy_tx_drain()4852 sc->sc_txq[i].axq_link = NULL; in ath_legacy_tx_drain()
566 sc->sc_txq[i].axq_link = NULL; in ath_edma_tx_drain()
833 if (txq->axq_link != NULL) { in ath_tx_handoff_hw()834 *txq->axq_link = bf->bf_daddr; in ath_tx_handoff_hw()837 txq->axq_qnum, txq->axq_link, in ath_tx_handoff_hw()843 txq->axq_qnum, txq->axq_link, in ath_tx_handoff_hw()897 ath_hal_gettxdesclinkptr(ah, bf->bf_lastds, &txq->axq_link); in ath_tx_handoff_hw()965 &txq->axq_link); in ath_legacy_tx_dma_restart()
636 cabq->axq_link = NULL; in ath_beacon_cabq_start_edma()
336 u_int32_t *axq_link; /* link ptr in last TX desc */ member