Searched refs:nreaped (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/malo/ |
H A D | if_malo.c | 921 int nreaped; in malo_tx_processq() local 926 for (nreaped = 0;; nreaped++) { in malo_tx_processq() 945 malo_printtxbuf(bf, txq->qnum, nreaped); in malo_tx_processq() 991 return nreaped; in malo_tx_processq() 1001 int i, nreaped; in malo_tx_proc() local 1006 nreaped = 0; in malo_tx_proc() 1010 nreaped += malo_tx_processq(sc, &sc->malo_txq[i]); in malo_tx_proc() 1013 if (nreaped != 0) { in malo_tx_proc()
|
/freebsd/sys/dev/mwl/ |
H A D | if_mwl.c | 3319 int nreaped; in mwl_tx_processq() local 3323 for (nreaped = 0;; nreaped++) { in mwl_tx_processq() 3342 mwl_printtxbuf(bf, txq->qnum, nreaped); in mwl_tx_processq() 3393 return nreaped; in mwl_tx_processq() 3405 int nreaped; in mwl_tx_proc() local 3410 nreaped = 0; in mwl_tx_proc() 3412 nreaped += mwl_tx_processq(sc, &sc->sc_txq[0]); in mwl_tx_proc() 3414 nreaped += mwl_tx_processq(sc, &sc->sc_txq[1]); in mwl_tx_proc() 3416 nreaped += mwl_tx_processq(sc, &sc->sc_txq[2]); in mwl_tx_proc() 3418 nreaped += mwl_tx_processq(sc, &sc->sc_txq[3]); in mwl_tx_proc() [all …]
|