Home | History | Annotate | Download | only in pci

Lines Matching defs:rxlimit

3174 ixl_rxeof(struct ixl_softc *sc, struct ixl_rx_ring *rxr, u_int rxlimit)
3208 if (rxlimit-- <= 0) {
3375 u_int rxlimit, struct evcnt *rxevcnt)
3389 rxmore = ixl_rxeof(sc, rxr, rxlimit);
3460 u_int txlimit, rxlimit;
3464 rxlimit = sc->sc_rx_intr_process_limit;
3468 txlimit, &txr->txr_intr, rxlimit, &rxr->rxr_intr);
3500 u_int txlimit, rxlimit;
3504 rxlimit = sc->sc_rx_process_limit;
3507 txlimit, &txr->txr_defer, rxlimit, &rxr->rxr_defer);