Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/vr/
H A Dif_vr.c169 static int vr_error(struct vr_softc *, uint16_t);
1630 if (vr_error(sc, status) != 0) in vr_poll_locked()
1727 if (vr_error(sc, status) != 0) { in vr_int_task()
1757 vr_error(struct vr_softc *sc, uint16_t status) in vr_error() function