Searched refs:axq_qnum (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/sys/dev/ath/
H A Dif_ath_tx_edma.c184 txq->axq_qnum,
256 ath_printtxbuf(sc, bfi, txq->axq_qnum, i, 0);
283 ath_hal_puttxbuf(sc->sc_ah, txq->axq_qnum, bf->bf_daddr);
286 ath_hal_txstart(sc->sc_ah, txq->axq_qnum);
289 ath_tx_alq_edma_push(sc, txq->axq_qnum, sqdepth,
309 txq->axq_qnum,
411 txq->axq_qnum);
440 ath_printtxbuf(sc, bf, txq->axq_qnum, i, 0);
458 txq->axq_qnum,
466 txq->axq_qnum,
[all...]
H A Dif_ath.c269 switch (sc->sc_txqsetup &~ (1<<sc->sc_cabq->axq_qnum)) {
3989 txq->axq_qnum = qnum;
4103 ath_hal_gettxqueueprops(ah, txq->axq_qnum, &qi);
4149 __func__, txq->axq_qnum, qi.tqi_qflags,
4152 if (!ath_hal_settxqueueprops(ah, txq->axq_qnum, &qi)) {
4157 ath_hal_resettxqueue(ah, txq->axq_qnum); /* push to h/w */
4184 ath_hal_releasetxqueue(sc->sc_ah, txq->axq_qnum);
4185 sc->sc_txqsetup &= ~(1<<txq->axq_qnum);
4445 __func__, txq->axq_qnum,
4446 (caddr_t)(uintptr_t) ath_hal_gettxbuf(sc->sc_ah, txq->axq_qnum),
[all...]
H A Dif_ath_tx.c709 if (bf->bf_state.bfs_tx_queue != sc->sc_cabq->axq_qnum) {
711 "%s: bf=%p, bfs_tx_queue=%d, axq_qnum=%d\n",
713 txq->axq_qnum);
757 KASSERT(txq->axq_qnum != ATH_TXQ_SWQ,
806 txq->axq_qnum,
820 txq->axq_qnum, txq->axq_link,
826 txq->axq_qnum, txq->axq_link,
845 ath_hal_puttxbuf(ah, txq->axq_qnum, bf_first->bf_daddr);
848 __func__, txq->axq_qnum,
854 txq->axq_qnum,
[all...]
H A Dif_ath_beacon.c612 cabq->axq_qnum,
631 ath_printtxbuf(sc, bf, cabq->axq_qnum, i, 0);
651 ath_hal_puttxbuf(sc->sc_ah, cabq->axq_qnum, bf->bf_daddr);
655 ath_hal_txstart(sc->sc_ah, cabq->axq_qnum);
671 ath_hal_puttxbuf(sc->sc_ah, cabq->axq_qnum, bf->bf_daddr);
675 ath_hal_txstart(sc->sc_ah, cabq->axq_qnum);
H A Dif_athvar.h350 u_int axq_qnum; /* hardware q number */ member in struct:ath_txq
403 device_get_nameunit((_sc)->sc_dev), (_tq)->axq_qnum); \

Completed in 146 milliseconds