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

/netbsd-current/sys/dev/usb/
H A Dubt.c207 MBUFQ_HEAD() sc_aclwr_queue;/* output queue */ member in struct:ubt_softc
496 MBUFQ_INIT(&sc->sc_aclwr_queue);
978 MBUFQ_DRAIN(&sc->sc_aclwr_queue);
1251 MBUFQ_ENQUEUE(&sc->sc_aclwr_queue, m);
1269 if (MBUFQ_FIRST(&sc->sc_aclwr_queue) == NULL)
1275 MBUFQ_DEQUEUE(&sc->sc_aclwr_queue, m);

Completed in 86 milliseconds