ep_trb           2034 drivers/usb/host/xhci-ring.c 	union xhci_trb *ep_trb, struct xhci_transfer_event *event,
ep_trb           2045 drivers/usb/host/xhci-ring.c 	trb_type = TRB_FIELD_TO_TYPE(le32_to_cpu(ep_trb->generic.field[3]));
ep_trb           2136 drivers/usb/host/xhci-ring.c 	union xhci_trb *ep_trb, struct xhci_transfer_event *event,
ep_trb           2155 drivers/usb/host/xhci-ring.c 	ep_trb_len = TRB_LEN(le32_to_cpu(ep_trb->generic.field[2]));
ep_trb           2187 drivers/usb/host/xhci-ring.c 		if (ep_trb != td->last_trb)
ep_trb           2209 drivers/usb/host/xhci-ring.c 		frame->actual_length = sum_trb_lengths(xhci, ep_ring, ep_trb) +
ep_trb           2251 drivers/usb/host/xhci-ring.c 	union xhci_trb *ep_trb, struct xhci_transfer_event *event,
ep_trb           2267 drivers/usb/host/xhci-ring.c 	ep_trb_len = TRB_LEN(le32_to_cpu(ep_trb->generic.field[2]));
ep_trb           2274 drivers/usb/host/xhci-ring.c 		if (ep_trb != td->last_trb || remaining) {
ep_trb           2309 drivers/usb/host/xhci-ring.c 	if (ep_trb == td->last_trb)
ep_trb           2313 drivers/usb/host/xhci-ring.c 			sum_trb_lengths(xhci, ep_ring, ep_trb) +
ep_trb           2340 drivers/usb/host/xhci-ring.c 	union xhci_trb *ep_trb;
ep_trb           2636 drivers/usb/host/xhci-ring.c 		ep_trb = &ep_seg->trbs[(ep_trb_dma - ep_seg->dma) /
ep_trb           2637 drivers/usb/host/xhci-ring.c 						sizeof(*ep_trb)];
ep_trb           2640 drivers/usb/host/xhci-ring.c 				(struct xhci_generic_trb *) ep_trb);
ep_trb           2649 drivers/usb/host/xhci-ring.c 		if (trb_is_noop(ep_trb)) {
ep_trb           2662 drivers/usb/host/xhci-ring.c 			process_ctrl_td(xhci, td, ep_trb, event, ep, &status);
ep_trb           2664 drivers/usb/host/xhci-ring.c 			process_isoc_td(xhci, td, ep_trb, event, ep, &status);
ep_trb           2666 drivers/usb/host/xhci-ring.c 			process_bulk_intr_td(xhci, td, ep_trb, event, ep,