Lines Matching defs:ucom_buffer
139 struct ucom_buffer {
140 SIMPLEQ_ENTRY(ucom_buffer) ub_link;
157 struct ucom_buffer sc_ibuff[UCOM_IN_BUFFS];
158 SIMPLEQ_HEAD(, ucom_buffer) sc_ibuff_empty;
159 SIMPLEQ_HEAD(, ucom_buffer) sc_ibuff_full;
165 struct ucom_buffer sc_obuff[UCOM_OUT_BUFFS];
166 SIMPLEQ_HEAD(, ucom_buffer) sc_obuff_free;
167 SIMPLEQ_HEAD(, ucom_buffer) sc_obuff_full;
244 static void ucom_submit_write(struct ucom_softc *, struct ucom_buffer *);
245 static void ucom_write_status(struct ucom_softc *, struct ucom_buffer *,
250 static int ucomsubmitread(struct ucom_softc *, struct ucom_buffer *);
270 static void ucom_cncheckmagic(struct ucom_softc *, struct ucom_buffer *);
540 struct ucom_buffer *ub;
671 struct ucom_buffer *ub;
1061 * it by queueing an ucom_buffer that is already
1067 struct ucom_buffer *ub = &sc->sc_ibuff[i];
1630 struct ucom_buffer *ub;
1704 ucom_write_status(struct ucom_softc *sc, struct ucom_buffer *ub,
1754 ucom_submit_write(struct ucom_softc *sc, struct ucom_buffer *ub)
1783 struct ucom_buffer *ub;
1832 struct ucom_buffer *ub;
1864 ucomsubmitread(struct ucom_softc *sc, struct ucom_buffer *ub)
1888 struct ucom_buffer *ub;
1967 struct ucom_buffer *ub;
1976 * Always remove the ucom_buffer from the sc_ibuff_empty list
2136 struct ucom_buffer *ub;
2311 ucom_cncheckmagic(struct ucom_softc *sc, struct ucom_buffer *ub)