Lines Matching refs:tx_bytes
940 td->offset += td->tx_bytes; in dwc_otg_host_setup_tx()
941 td->remainder -= td->tx_bytes; in dwc_otg_host_setup_tx()
966 td->offset += td->tx_bytes; in dwc_otg_host_setup_tx()
967 td->remainder -= td->tx_bytes; in dwc_otg_host_setup_tx()
1043 td->tx_bytes = sizeof(req); in dwc_otg_host_setup_tx()
1848 td->offset += td->tx_bytes; in dwc_otg_host_data_tx()
1849 td->remainder -= td->tx_bytes; in dwc_otg_host_data_tx()
1891 td->offset += td->tx_bytes; in dwc_otg_host_data_tx()
1892 td->remainder -= td->tx_bytes; in dwc_otg_host_data_tx()
1916 td->offset += td->tx_bytes; in dwc_otg_host_data_tx()
1917 td->remainder -= td->tx_bytes; in dwc_otg_host_data_tx()
1983 td->tx_bytes = 0; in dwc_otg_host_data_tx()
1992 rem_bytes = td->remainder - td->tx_bytes; in dwc_otg_host_data_tx()
2056 td->tx_bytes, DOTG_DFIFO(channel), count); in dwc_otg_host_data_tx()
2060 td->tx_bytes += count; in dwc_otg_host_data_tx()
2165 if (td->tx_bytes != 0) { in dwc_otg_data_tx()
2188 count = td->tx_bytes; in dwc_otg_data_tx()
2197 td->tx_bytes -= count; in dwc_otg_data_tx()
2202 if (td->tx_bytes != 0) in dwc_otg_data_tx()
2300 td->tx_bytes = count; in dwc_otg_data_tx()
2303 if (td->tx_bytes == 0 && in dwc_otg_data_tx()
3103 td->tx_bytes = 0; in dwc_otg_setup_standard_chain_sub()