Searched refs:sc_cmd_buf_pending (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/sys/dev/usb/video/
H A Dudl.c343 TAILQ_INIT(&sc->sc_cmd_buf_pending);
543 TAILQ_INSERT_TAIL(&sc->sc_cmd_buf_pending, cb, entry);
602 cb = TAILQ_FIRST(&sc->sc_cmd_buf_pending);
608 TAILQ_REMOVE(&sc->sc_cmd_buf_pending, cb, entry);
H A Dudl.h75 struct udl_cmd_head sc_cmd_buf_pending; member in struct:udl_softc

Completed in 119 milliseconds