Searched refs:td_actual_bytes (Results 1 – 1 of 1) sorted by relevance
129 #define td_actual_bytes(td) (td_length(td) - td_residue(td)) macro834 if (usb_pipein(td->pipe) && td_actual_bytes(td)) in c67x00_parse_td()836 td->data, td_actual_bytes(td)); in c67x00_parse_td()863 act_bytes = td_actual_bytes(td); in c67x00_end_of_data()914 urb->actual_length += td_actual_bytes(td); in c67x00_handle_successful_td()965 urb->iso_frame_desc[cnt].actual_length = td_actual_bytes(td); in c67x00_handle_isoc()