Lines Matching refs:ep_trb
2261 union xhci_trb *ep_trb, struct xhci_transfer_event *event)
2268 trb_type = TRB_FIELD_TO_TYPE(le32_to_cpu(ep_trb->generic.field[3]));
2357 union xhci_trb *ep_trb, struct xhci_transfer_event *event)
2373 ep_trb_len = TRB_LEN(le32_to_cpu(ep_trb->generic.field[2]));
2403 if (ep_trb != td->last_trb)
2413 if (ep_trb != td->last_trb)
2438 frame->actual_length = sum_trb_lengths(xhci, ep->ring, ep_trb) +
2447 if (td->error_mid_td && ep_trb != td->last_trb) {
2486 union xhci_trb *ep_trb, struct xhci_transfer_event *event)
2495 ep_trb_len = TRB_LEN(le32_to_cpu(ep_trb->generic.field[2]));
2502 if (ep_trb != td->last_trb || remaining) {
2539 if (ep_trb == td->last_trb)
2543 sum_trb_lengths(xhci, ep_ring, ep_trb) +
2571 union xhci_trb *ep_trb;
2900 ep_trb = &ep_seg->trbs[(ep_trb_dma - ep_seg->dma) /
2901 sizeof(*ep_trb)];
2904 (struct xhci_generic_trb *) ep_trb);
2914 if (trb_is_noop(ep_trb)) {
2927 process_ctrl_td(xhci, ep, ep_ring, td, ep_trb, event);
2929 process_isoc_td(xhci, ep, ep_ring, td, ep_trb, event);
2931 process_bulk_intr_td(xhci, ep, ep_ring, td, ep_trb, event);