Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/usb/controller/
HDdwc_otg.c1994 uint32_t rem_bytes; in dwc_otg_host_data_tx() local
2000 rem_bytes = td->remainder - td->tx_bytes; in dwc_otg_host_data_tx()
2001 if (rem_bytes < count) { in dwc_otg_host_data_tx()
2004 count = rem_bytes; in dwc_otg_host_data_tx()
2006 if (count == rem_bytes) { in dwc_otg_host_data_tx()
2074 if (count == rem_bytes) in dwc_otg_host_data_tx()