Searched refs:cur_td (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/drivers/usb/host/ |
| D | xhci-ring.c | 523 unsigned int stream_id, struct xhci_td *cur_td, in xhci_find_new_dequeue_state() argument 567 if (new_deq == cur_td->last_trb) in xhci_find_new_dequeue_state() 639 struct xhci_td *cur_td, int status) in xhci_giveback_urb_in_irq() argument 641 struct urb *urb = cur_td->urb; in xhci_giveback_urb_in_irq() 705 struct xhci_td *cur_td = NULL; in xhci_handle_cmd_stop_ep() local 742 list_for_each_entry(cur_td, &ep->cancelled_td_list, cancelled_td_list) { in xhci_handle_cmd_stop_ep() 746 cur_td->start_seg, cur_td->first_trb)); in xhci_handle_cmd_stop_ep() 747 ep_ring = xhci_urb_to_transfer_ring(xhci, cur_td->urb); in xhci_handle_cmd_stop_ep() 762 cur_td->urb, in xhci_handle_cmd_stop_ep() 763 cur_td->urb->stream_id); in xhci_handle_cmd_stop_ep() [all …]
|
| D | xhci.h | 2104 unsigned int stream_id, struct xhci_td *cur_td,
|