if_rxr_get
for (slots = if_rxr_get(rxring, 8); slots > 0; slots--) {
for (slots = if_rxr_get(&sc->sc_rxbuf_ring, sc->sc_max_rxbufpost);
static u_int if_rxr_get(struct if_rxring *rxr, unsigned int max);