Searched refs:axq_qnum (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/sys/dev/ic/ |
| D | ath.c | 454 switch (sc->sc_txqsetup &~ (1<<sc->sc_cabq->axq_qnum)) { in ath_attach() 2339 ncabq = ath_hal_numtxpending(ah, sc->sc_cabq->axq_qnum); in ath_beacon_proc() 2400 ath_hal_txstart(ah, sc->sc_cabq->axq_qnum); in ath_beacon_proc() 3377 txq->axq_qnum = qnum; in ath_txq_setup() 3432 ath_hal_gettxqueueprops(ah, txq->axq_qnum, &qi); in ath_txq_update() 3438 if (!ath_hal_settxqueueprops(ah, txq->axq_qnum, &qi)) { in ath_txq_update() 3444 ath_hal_resettxqueue(ah, txq->axq_qnum); /* push to h/w */ in ath_txq_update() 3472 ath_hal_releasetxqueue(sc->sc_ah, txq->axq_qnum); in ath_tx_cleanupq() 3474 sc->sc_txqsetup &= ~(1<<txq->axq_qnum); in ath_tx_cleanupq() 4084 ath_hal_puttxbuf(ah, txq->axq_qnum, bf->bf_daddr); in ath_tx_start() [all …]
|
| D | athvar.h | 155 u_int axq_qnum; /* hardware q number */ member
|