Home | History | Annotate | Download | only in usb

Lines Matching refs:SIMPLEQ_FIRST

1651 	ub = SIMPLEQ_FIRST(&sc->sc_obuff_free);
1659 if (SIMPLEQ_FIRST(&sc->sc_obuff_free) == NULL)
1742 if ((ub = SIMPLEQ_FIRST(&sc->sc_obuff_full)) != NULL)
1771 ucom_write_status(sc, SIMPLEQ_FIRST(&sc->sc_obuff_full), status);
1817 ub = SIMPLEQ_FIRST(&sc->sc_obuff_full);
1839 ub = SIMPLEQ_FIRST(&sc->sc_ibuff_full);
1856 ub = SIMPLEQ_FIRST(&sc->sc_ibuff_full);
1897 ub = SIMPLEQ_FIRST(&sc->sc_ibuff_full);
1959 ub = SIMPLEQ_FIRST(&sc->sc_ibuff_full);
1984 ub = SIMPLEQ_FIRST(&sc->sc_ibuff_empty);
2138 if ((ub = SIMPLEQ_FIRST(&sc->sc_ibuff_empty)) != NULL) {
2141 } else if ((ub = SIMPLEQ_FIRST(&sc->sc_ibuff_full)) != NULL) {