HomeSort by: relevance | last modified time | path
    Searched refs:next_mb (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
elink3var.h 53 int next_mb; /* Which mbuf to use next. */ member in struct:ep_softc
elink3.c 1544 m = sc->mb[sc->next_mb];
1545 sc->mb[sc->next_mb] = 0;
1552 if (sc->last_mb == sc->next_mb)
1556 sc->next_mb = (sc->next_mb + 1) % MAX_MBS;
1912 } while (i != sc->next_mb);
1915 if (sc->last_mb != sc->next_mb)
1930 sc->last_mb = sc->next_mb = 0;

Completed in 13 milliseconds