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

/freebsd-10-stable/sys/dev/vx/
H A Dif_vxvar.h47 int vx_last_mb; /* Last mbuf. */ member in struct:vx_softc
H A Dif_vx.c819 if (sc->vx_last_mb == sc->vx_next_mb &&
1044 i = sc->vx_last_mb;
1052 sc->vx_last_mb = i;
1054 if (sc->vx_last_mb != sc->vx_next_mb) {
1074 sc->vx_last_mb = sc->vx_next_mb = 0;

Completed in 47 milliseconds