Home
last modified time | relevance | path

Searched refs:sc_current_rx_bytes (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/usb/controller/
H A Ddwc_otg.h189 uint16_t sc_current_rx_bytes; member
H A Ddwc_otg.c249 sc->sc_current_rx_bytes -= buf_res.length; in dwc_otg_read_fifo()
268 sc->sc_current_rx_bytes -= count; in dwc_otg_read_fifo()
689 if (sc->sc_current_rx_bytes != 0) { in dwc_otg_common_rx_ack()
693 sc->sc_current_rx_bytes / 4); in dwc_otg_common_rx_ack()
695 sc->sc_current_rx_bytes = 0; in dwc_otg_common_rx_ack()
2739 sc->sc_current_rx_bytes = 0; in dwc_otg_interrupt_poll_locked()
2753 sc->sc_current_rx_bytes = (temp + 3) & ~3; in dwc_otg_interrupt_poll_locked()