Home
last modified time | relevance | path

Searched refs:nreaped (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/sys/dev/malo/
HDif_malo.c929 int nreaped; in malo_tx_processq() local
934 for (nreaped = 0;; nreaped++) { in malo_tx_processq()
953 malo_printtxbuf(bf, txq->qnum, nreaped); in malo_tx_processq()
999 return nreaped; in malo_tx_processq()
1009 int i, nreaped; in malo_tx_proc() local
1014 nreaped = 0; in malo_tx_proc()
1018 nreaped += malo_tx_processq(sc, &sc->malo_txq[i]); in malo_tx_proc()
1021 if (nreaped != 0) { in malo_tx_proc()
/freebsd-14-stable/sys/dev/mwl/
HDif_mwl.c3324 int nreaped; in mwl_tx_processq() local
3328 for (nreaped = 0;; nreaped++) { in mwl_tx_processq()
3347 mwl_printtxbuf(bf, txq->qnum, nreaped); in mwl_tx_processq()
3397 return nreaped; in mwl_tx_processq()
3409 int nreaped; in mwl_tx_proc() local
3414 nreaped = 0; in mwl_tx_proc()
3416 nreaped += mwl_tx_processq(sc, &sc->sc_txq[0]); in mwl_tx_proc()
3418 nreaped += mwl_tx_processq(sc, &sc->sc_txq[1]); in mwl_tx_proc()
3420 nreaped += mwl_tx_processq(sc, &sc->sc_txq[2]); in mwl_tx_proc()
3422 nreaped += mwl_tx_processq(sc, &sc->sc_txq[3]); in mwl_tx_proc()
[all …]