HomeSort by: relevance | last modified time | path
    Searched refs:axq_qnum (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
ath.c 453 switch (sc->sc_txqsetup &~ (1<<sc->sc_cabq->axq_qnum)) {
2338 ncabq = ath_hal_numtxpending(ah, sc->sc_cabq->axq_qnum);
2399 ath_hal_txstart(ah, sc->sc_cabq->axq_qnum);
3376 txq->axq_qnum = qnum;
3431 ath_hal_gettxqueueprops(ah, txq->axq_qnum, &qi);
3437 if (!ath_hal_settxqueueprops(ah, txq->axq_qnum, &qi)) {
3443 ath_hal_resettxqueue(ah, txq->axq_qnum); /* push to h/w */
3471 ath_hal_releasetxqueue(sc->sc_ah, txq->axq_qnum);
3473 sc->sc_txqsetup &= ~(1<<txq->axq_qnum);
4083 ath_hal_puttxbuf(ah, txq->axq_qnum, bf->bf_daddr)
    [all...]
athvar.h 155 u_int axq_qnum; /* hardware q number */ member in struct:ath_txq

Completed in 15 milliseconds