Searched refs:next_urb (Results 1 – 3 of 3) sorted by relevance
2652 struct urb *next_urb = urb->next; in process_urb() local2657 if (next_urb) { in process_urb()2659 while (next_urb != NULL && next_urb != urb && loop_count < MAX_NEXT_COUNT) { in process_urb()2660 if (next_urb->status == -ENOENT) {// killed URBs break ring structure & resubmission in process_urb()2664 next_urb = next_urb->next; in process_urb()2671 if (next_urb == urb) in process_urb()2678 next_urb = urb->next; in process_urb()2679 if (next_urb && !contains_killed) { in process_urb()2681 next_urb = urb->next; in process_urb()2684 while (next_urb != NULL && next_urb != urb && loop_count < MAX_NEXT_COUNT) { in process_urb()[all …]
600 struct urb *next_urb; in qu_return_urb() local603 next_urb = qu_next_urb (hci, urb, resub_ok); in qu_return_urb()605 return next_urb; in qu_return_urb()
750 struct urb *next_urb; in sohci_submit_urb() local752 next_urb = list_entry (entry, struct urb, urb_list); in sohci_submit_urb()753 if (time_after_eq (urb->timeout, next_urb->timeout)) in sohci_submit_urb()