Searched refs:MAX_MBS (Results 1 – 2 of 2) sorted by relevance
44 #define MAX_MBS 8 /* # of mbufs we keep around */ macro45 struct mbuf *vx_mb[MAX_MBS]; /* spare mbuf storage. */
827 sc->vx_next_mb = (sc->vx_next_mb + 1) % MAX_MBS; in vx_get()863 sc->vx_next_mb = (sc->vx_next_mb + 1) % MAX_MBS; in vx_get()1050 i = (i + 1) % MAX_MBS; in vx_mbuf_fill()1068 for (i = 0; i < MAX_MBS; i++) { in vx_mbuf_empty()