OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ath_tx_processq
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/ic/
ath.c
4111
ath_tx_processq
(struct ath_softc *sc, struct ath_txq *txq)
function in typeref:typename:int
4235
if (txqactive(sc->sc_ah, 0) &&
ath_tx_processq
(sc, &sc->sc_txq[0]) > 0)
4239
ath_tx_processq
(sc, sc->sc_cabq);
4272
nacked +=
ath_tx_processq
(sc, &sc->sc_txq[0]);
4274
nacked +=
ath_tx_processq
(sc, &sc->sc_txq[1]);
4276
nacked +=
ath_tx_processq
(sc, &sc->sc_txq[2]);
4278
nacked +=
ath_tx_processq
(sc, &sc->sc_txq[3]);
4280
ath_tx_processq
(sc, sc->sc_cabq);
4316
nacked +=
ath_tx_processq
(sc, &sc->sc_txq[i]);
Completed in 16 milliseconds
Indexes created Tue Oct 07 21:09:53 GMT 2025