Searched refs:ep_trb (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/usb/cdns3/ |
A D | cdnsp-ring.c | 1042 union cdnsp_trb *ep_trb, in cdnsp_process_isoc_td() argument 1093 td_length = cdnsp_sum_trb_lengths(pdev, ep_ring, ep_trb); in cdnsp_process_isoc_td() 1130 union cdnsp_trb *ep_trb, in cdnsp_process_bulk_intr_td() argument 1160 if (ep_trb == td->last_trb) in cdnsp_process_bulk_intr_td() 1233 union cdnsp_trb *ep_trb; in cdnsp_handle_tx_event() local 1377 ep_trb = &ep_seg->trbs[(ep_trb_dma - ep_seg->dma) in cdnsp_handle_tx_event() 1378 / sizeof(*ep_trb)]; in cdnsp_handle_tx_event() 1381 (struct cdnsp_generic_trb *)ep_trb); in cdnsp_handle_tx_event() 1383 if (cdnsp_trb_is_noop(ep_trb)) in cdnsp_handle_tx_event() 1387 cdnsp_process_ctrl_td(pdev, td, ep_trb, event, pep, in cdnsp_handle_tx_event() [all …]
|
/linux/drivers/usb/host/ |
A D | xhci-ring.c | 2450 if (ep_trb != td->last_trb) in process_isoc_td() 2529 if (ep_trb != td->last_trb || remaining) { in process_bulk_intr_td() 2567 if (ep_trb == td->last_trb) in process_bulk_intr_td() 2571 sum_trb_lengths(xhci, ep_ring, ep_trb) + in process_bulk_intr_td() 2598 union xhci_trb *ep_trb; in handle_tx_event() local 2895 ep_trb = &ep_seg->trbs[(ep_trb_dma - ep_seg->dma) / in handle_tx_event() 2896 sizeof(*ep_trb)]; in handle_tx_event() 2899 (struct xhci_generic_trb *) ep_trb); in handle_tx_event() 2909 if (trb_is_noop(ep_trb)) { in handle_tx_event() 2923 process_ctrl_td(xhci, ep, ep_ring, td, ep_trb, event); in handle_tx_event() [all …]
|
Completed in 16 milliseconds