Home
last modified time | relevance | path

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

/trueos/sys/dev/vx/
HDif_vx.c819 if (sc->vx_last_mb == sc->vx_next_mb && in vx_get()
1044 i = sc->vx_last_mb; in vx_mbuf_fill()
1052 sc->vx_last_mb = i; 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()
HDif_vxvar.h47 int vx_last_mb; /* Last mbuf. */ member