Searched refs:enqd_len (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/usb/cdns3/ |
A D | cdnsp-ring.c | 1783 struct cdnsp_request *preq, u32 enqd_len, in cdnsp_align_td() argument 1802 enqd_len, 0, unalign); in cdnsp_align_td() 1811 new_buff_len = max_pkt - (enqd_len % max_pkt); in cdnsp_align_td() 1837 seg->bounce_offs = enqd_len; in cdnsp_align_td() 1907 for (enqd_len = 0; zero_len_trb || first_trb || enqd_len < full_len; in cdnsp_queue_bulk_tx() 1908 enqd_len += trb_buff_len) { in cdnsp_queue_bulk_tx() 1914 if (enqd_len + trb_buff_len > full_len) in cdnsp_queue_bulk_tx() 1915 trb_buff_len = full_len - enqd_len; in cdnsp_queue_bulk_tx() 1933 if (cdnsp_align_td(pdev, preq, enqd_len, in cdnsp_queue_bulk_tx() 1943 if (enqd_len + trb_buff_len >= full_len) { in cdnsp_queue_bulk_tx() [all …]
|
/linux/drivers/usb/host/ |
A D | xhci-ring.c | 3517 unalign = (enqd_len + *trb_buff_len) % max_pkt; in xhci_align_td() 3538 new_buff_len = max_pkt - (enqd_len % max_pkt); in xhci_align_td() 3569 seg->bounce_offs = enqd_len; in xhci_align_td() 3636 for (enqd_len = 0; first_trb || enqd_len < full_len; in xhci_queue_bulk_tx() 3637 enqd_len += trb_buff_len) { in xhci_queue_bulk_tx() 3644 if (enqd_len + trb_buff_len > full_len) in xhci_queue_bulk_tx() 3645 trb_buff_len = full_len - enqd_len; in xhci_queue_bulk_tx() 3658 if (enqd_len + trb_buff_len < full_len) { in xhci_queue_bulk_tx() 3661 if (xhci_align_td(xhci, urb, enqd_len, in xhci_queue_bulk_tx() 3670 if (enqd_len + trb_buff_len >= full_len) { in xhci_queue_bulk_tx() [all …]
|
Completed in 16 milliseconds