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)) macro835 if (usb_pipein(td->pipe) && td_actual_bytes(td)) in c67x00_parse_td()837 td->data, td_actual_bytes(td)); in c67x00_parse_td()864 act_bytes = td_actual_bytes(td); in c67x00_end_of_data()915 urb->actual_length += td_actual_bytes(td); in c67x00_handle_successful_td()966 urb->iso_frame_desc[cnt].actual_length = td_actual_bytes(td); in c67x00_handle_isoc()