Searched refs:MAX_MBS (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/dev/vx/
H A Dif_vxvar.h44 #define MAX_MBS 8 /* # of mbufs we keep around */ macro
45 struct mbuf *vx_mb[MAX_MBS]; /* spare mbuf storage. */
H A Dif_vx.c827 sc->vx_next_mb = (sc->vx_next_mb + 1) % MAX_MBS;
863 sc->vx_next_mb = (sc->vx_next_mb + 1) % MAX_MBS;
1051 i = (i + 1) % MAX_MBS;
1069 for (i = 0; i < MAX_MBS; i++) {

Completed in 111 milliseconds