HomeSort by: relevance | last modified time | path
    Searched refs:sc_rqh (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/usb/
if_zyd.c 339 SIMPLEQ_INIT(&sc->sc_rqh);
813 SIMPLEQ_INSERT_TAIL(&sc->sc_rqh, &rq, rq);
835 SIMPLEQ_REMOVE(&sc->sc_rqh, &rq, rq, rq);
1876 SIMPLEQ_FOREACH(rqp, &sc->sc_rqh, rq) {
if_zydreg.h 1203 SIMPLEQ_HEAD(rqh, rq) sc_rqh;

Completed in 15 milliseconds