Lines Matching defs:refill
1783 * We were unable to refill the rx queue and left the rx func, leaving
1784 * the ring without mbuf and no way to call the refill func.
3109 /* Refill the rest of buffers if there are any to refill */
3137 int npkt, refill, nsegs, error;
3144 refill = MVNETA_RX_RING_CNT - ndesc;
3146 CTR3(KTR_SPARE2, "%s:%u refill %u packets", if_name(sc->ifp), q,
3147 refill);
3149 if (__predict_false(refill <= 0))
3152 for (npkt = 0; npkt < refill; npkt++) {
3178 if (refill == MVNETA_RX_RING_CNT)