Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/usb/controller/
H A Ddwc_otg.h190 uint16_t sc_current_rx_bytes; member
H A Ddwc_otg.c250 sc->sc_current_rx_bytes -= buf_res.length; in dwc_otg_read_fifo()
269 sc->sc_current_rx_bytes -= count; in dwc_otg_read_fifo()
690 if (sc->sc_current_rx_bytes != 0) { in dwc_otg_common_rx_ack()
694 sc->sc_current_rx_bytes / 4); in dwc_otg_common_rx_ack()
696 sc->sc_current_rx_bytes = 0; in dwc_otg_common_rx_ack()
2740 sc->sc_current_rx_bytes = 0; in dwc_otg_interrupt_poll_locked()
2754 sc->sc_current_rx_bytes = (temp + 3) & ~3; in dwc_otg_interrupt_poll_locked()