Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/usb/controller/
H A Ddwc_otg.c1992 uint32_t rem_bytes; in dwc_otg_host_data_tx() local
1998 rem_bytes = td->remainder - td->tx_bytes; in dwc_otg_host_data_tx()
1999 if (rem_bytes < count) { in dwc_otg_host_data_tx()
2002 count = rem_bytes; in dwc_otg_host_data_tx()
2004 if (count == rem_bytes) { in dwc_otg_host_data_tx()
2072 if (count == rem_bytes) in dwc_otg_host_data_tx()