Lines Matching refs:tx_bytes
945 td->offset += td->tx_bytes; in dwc_otg_host_setup_tx()
946 td->remainder -= td->tx_bytes; in dwc_otg_host_setup_tx()
971 td->offset += td->tx_bytes; in dwc_otg_host_setup_tx()
972 td->remainder -= td->tx_bytes; in dwc_otg_host_setup_tx()
1048 td->tx_bytes = sizeof(req); in dwc_otg_host_setup_tx()
1854 td->offset += td->tx_bytes; in dwc_otg_host_data_tx()
1855 td->remainder -= td->tx_bytes; in dwc_otg_host_data_tx()
1897 td->offset += td->tx_bytes; in dwc_otg_host_data_tx()
1898 td->remainder -= td->tx_bytes; in dwc_otg_host_data_tx()
1922 td->offset += td->tx_bytes; in dwc_otg_host_data_tx()
1923 td->remainder -= td->tx_bytes; in dwc_otg_host_data_tx()
1989 td->tx_bytes = 0; in dwc_otg_host_data_tx()
1998 rem_bytes = td->remainder - td->tx_bytes; in dwc_otg_host_data_tx()
2062 td->tx_bytes, DOTG_DFIFO(channel), count); in dwc_otg_host_data_tx()
2066 td->tx_bytes += count; in dwc_otg_host_data_tx()
2173 if (td->tx_bytes != 0) { in dwc_otg_data_tx()
2197 count = td->tx_bytes; in dwc_otg_data_tx()
2206 td->tx_bytes -= count; in dwc_otg_data_tx()
2211 if (td->tx_bytes != 0) in dwc_otg_data_tx()
2311 td->tx_bytes = count; in dwc_otg_data_tx()
2314 if (td->tx_bytes == 0 && in dwc_otg_data_tx()
3124 td->tx_bytes = 0; in dwc_otg_setup_standard_chain_sub()