Home | History | Annotate | Download | only in pci

Lines Matching defs:txlimit

2786 iavf_txeof(struct iavf_softc *sc, struct iavf_tx_ring *txr, u_int txlimit,
2816 if (txlimit-- <= 0) {
3087 u_int txlimit, struct evcnt *txevcnt,
3099 txmore = iavf_txeof(sc, txr, txlimit, txevcnt);
3288 u_int txlimit, rxlimit;
3296 txlimit = sc->sc_tx_intr_process_limit;
3301 txlimit, &txr->txr_intr, rxlimit, &rxr->rxr_intr);
3334 u_int txlimit, rxlimit;
3342 txlimit = sc->sc_tx_process_limit;
3346 txlimit, &txr->txr_defer, rxlimit, &rxr->rxr_defer);