Lines Matching refs:tx_bytes
939 td->offset += td->tx_bytes; in dwc_otg_host_setup_tx()
940 td->remainder -= td->tx_bytes; in dwc_otg_host_setup_tx()
965 td->offset += td->tx_bytes; in dwc_otg_host_setup_tx()
966 td->remainder -= td->tx_bytes; in dwc_otg_host_setup_tx()
1042 td->tx_bytes = sizeof(req); in dwc_otg_host_setup_tx()
1847 td->offset += td->tx_bytes; in dwc_otg_host_data_tx()
1848 td->remainder -= td->tx_bytes; in dwc_otg_host_data_tx()
1890 td->offset += td->tx_bytes; in dwc_otg_host_data_tx()
1891 td->remainder -= td->tx_bytes; in dwc_otg_host_data_tx()
1915 td->offset += td->tx_bytes; in dwc_otg_host_data_tx()
1916 td->remainder -= td->tx_bytes; in dwc_otg_host_data_tx()
1982 td->tx_bytes = 0; in dwc_otg_host_data_tx()
1991 rem_bytes = td->remainder - td->tx_bytes; in dwc_otg_host_data_tx()
2055 td->tx_bytes, DOTG_DFIFO(channel), count); in dwc_otg_host_data_tx()
2059 td->tx_bytes += count; in dwc_otg_host_data_tx()
2164 if (td->tx_bytes != 0) { in dwc_otg_data_tx()
2187 count = td->tx_bytes; in dwc_otg_data_tx()
2196 td->tx_bytes -= count; in dwc_otg_data_tx()
2201 if (td->tx_bytes != 0) in dwc_otg_data_tx()
2299 td->tx_bytes = count; in dwc_otg_data_tx()
2302 if (td->tx_bytes == 0 && in dwc_otg_data_tx()
3102 td->tx_bytes = 0; in dwc_otg_setup_standard_chain_sub()