Home | History | Annotate | Download | only in pci

Lines Matching defs:rxlimit

2632 iavf_rxeof(struct iavf_softc *sc, struct iavf_rx_ring *rxr, u_int rxlimit,
2667 if (rxlimit-- <= 0) {
3088 u_int rxlimit, struct evcnt *rxevcnt)
3103 rxmore = iavf_rxeof(sc, rxr, rxlimit, rxevcnt);
3288 u_int txlimit, rxlimit;
3297 rxlimit = sc->sc_rx_intr_process_limit;
3301 txlimit, &txr->txr_intr, rxlimit, &rxr->rxr_intr);
3334 u_int txlimit, rxlimit;
3343 rxlimit = sc->sc_rx_process_limit;
3346 txlimit, &txr->txr_defer, rxlimit, &rxr->rxr_defer);