Lines Matching refs:ep_trb
2128 union xhci_trb *ep_trb, struct xhci_transfer_event *event)
2135 trb_type = TRB_FIELD_TO_TYPE(le32_to_cpu(ep_trb->generic.field[3]));
2224 union xhci_trb *ep_trb, struct xhci_transfer_event *event)
2240 ep_trb_len = TRB_LEN(le32_to_cpu(ep_trb->generic.field[2]));
2270 if (ep_trb != td->last_trb)
2280 if (ep_trb != td->last_trb)
2305 frame->actual_length = sum_trb_lengths(xhci, ep->ring, ep_trb) +
2314 if (td->error_mid_td && ep_trb != td->last_trb) {
2354 union xhci_trb *ep_trb, struct xhci_transfer_event *event)
2363 ep_trb_len = TRB_LEN(le32_to_cpu(ep_trb->generic.field[2]));
2370 if (ep_trb != td->last_trb || remaining) {
2408 if (ep_trb == td->last_trb)
2412 sum_trb_lengths(xhci, ep_ring, ep_trb) +
2440 union xhci_trb *ep_trb;
2776 ep_trb = &ep_seg->trbs[(ep_trb_dma - ep_seg->dma) /
2777 sizeof(*ep_trb)];
2780 (struct xhci_generic_trb *) ep_trb);
2790 if (trb_is_noop(ep_trb)) {
2804 process_ctrl_td(xhci, ep, ep_ring, td, ep_trb, event);
2806 process_isoc_td(xhci, ep, ep_ring, td, ep_trb, event);
2808 process_bulk_intr_td(xhci, ep, ep_ring, td, ep_trb, event);