Searched refs:axq_link (Results 1 – 5 of 5) sorted by relevance
3806 dst->axq_link = src->axq_link; in ath_txqmove()3807 src->axq_link = NULL; in ath_txqmove()4002 txq->axq_link = NULL; in ath_txq_init()4455 txq->axq_link); in ath_tx_processq()4461 txq->axq_link, in ath_tx_processq()4536 txq->axq_link = NULL; in ath_tx_processq()5007 txq->axq_link = NULL; in ath_tx_draintxq_get_one()5104 txq->axq_link, in ath_tx_stopdma()5220 &sc->sc_txq[i].axq_link); in ath_legacy_tx_drain()5222 sc->sc_txq[i].axq_link = NULL; in ath_legacy_tx_drain()
738 sc->sc_txq[i].axq_link = NULL; in ath_edma_tx_drain()
816 if (txq->axq_link != NULL) { in ath_tx_handoff_hw()817 *txq->axq_link = bf->bf_daddr; in ath_tx_handoff_hw()820 txq->axq_qnum, txq->axq_link, in ath_tx_handoff_hw()826 txq->axq_qnum, txq->axq_link, in ath_tx_handoff_hw()880 ath_hal_gettxdesclinkptr(ah, bf->bf_lastds, &txq->axq_link); in ath_tx_handoff_hw()948 &txq->axq_link); in ath_legacy_tx_dma_restart()
643 cabq->axq_link = NULL; in ath_beacon_cabq_start_edma()
359 u_int32_t *axq_link; /* link ptr in last TX desc */ member