Searched refs:vx_next_mb (Results 1 – 2 of 2) sorted by relevance
811 m = sc->vx_mb[sc->vx_next_mb]; in vx_get()812 sc->vx_mb[sc->vx_next_mb] = NULL; in vx_get()819 if (sc->vx_last_mb == sc->vx_next_mb && in vx_get()826 sc->vx_next_mb = (sc->vx_next_mb + 1) % MAX_MBS; in vx_get()853 m = sc->vx_mb[sc->vx_next_mb]; in vx_get()854 sc->vx_mb[sc->vx_next_mb] = NULL; in vx_get()862 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