Home
last modified time | relevance | path

Searched refs:td_actual_bytes (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/usb/c67x00/
H A Dc67x00-sched.c129 #define td_actual_bytes(td) (td_length(td) - td_residue(td)) macro
835 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()