Searched refs:vx_next_mb (Results 1 – 2 of 2) sorted by relevance
812 m = sc->vx_mb[sc->vx_next_mb]; in vx_get()813 sc->vx_mb[sc->vx_next_mb] = NULL; in vx_get()820 if (sc->vx_last_mb == sc->vx_next_mb && in vx_get()827 sc->vx_next_mb = (sc->vx_next_mb + 1) % MAX_MBS; in vx_get()854 m = sc->vx_mb[sc->vx_next_mb]; in vx_get()855 sc->vx_mb[sc->vx_next_mb] = NULL; in vx_get()863 sc->vx_next_mb = (sc->vx_next_mb + 1) % MAX_MBS; in vx_get()1051 } while (i != sc->vx_next_mb); in vx_mbuf_fill()1054 if (sc->vx_last_mb != sc->vx_next_mb) { in vx_mbuf_fill()1074 sc->vx_last_mb = sc->vx_next_mb = 0; in vx_mbuf_empty()
46 int vx_next_mb; /* Which mbuf to use next. */ member