next_mb 1380 dev/ic/elink3.c m = sc->mb[sc->next_mb]; next_mb 1381 dev/ic/elink3.c sc->mb[sc->next_mb] = NULL; next_mb 1388 dev/ic/elink3.c if (sc->last_mb == sc->next_mb) next_mb 1391 dev/ic/elink3.c sc->next_mb = (sc->next_mb + 1) % MAX_MBS; next_mb 1422 dev/ic/elink3.c m = sc->mb[sc->next_mb]; next_mb 1423 dev/ic/elink3.c sc->mb[sc->next_mb] = NULL; next_mb 1432 dev/ic/elink3.c sc->next_mb = (sc->next_mb + 1) % MAX_MBS; next_mb 1734 dev/ic/elink3.c } while (i != sc->next_mb); next_mb 1737 dev/ic/elink3.c if (sc->last_mb != sc->next_mb) next_mb 1755 dev/ic/elink3.c sc->last_mb = sc->next_mb = 0; next_mb 49 dev/ic/elink3var.h int next_mb; /* Which mbuf to use next. */