if_iavf.c | 555 static int iavf_rxeof(struct iavf_softc *, struct iavf_rx_ring *, 2632 iavf_rxeof(struct iavf_softc *sc, struct iavf_rx_ring *rxr, u_int rxlimit, function in typeref:typename:int 3103 rxmore = iavf_rxeof(sc, rxr, rxlimit, rxevcnt); 3262 while (iavf_rxeof(sc, rxr, UINT_MAX,
|