Home
last modified time | relevance | path

Searched refs:count_trbs_needed (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/usb/cdns3/
Dcdnsp-ring.c1705 static unsigned int count_trbs_needed(struct cdnsp_request *preq) in count_trbs_needed() function
1884 num_trbs = count_trbs_needed(preq); in cdnsp_queue_bulk_tx()
/linux-6.1.9/drivers/usb/host/
Dxhci-ring.c3295 static inline unsigned int count_trbs_needed(struct urb *urb) in count_trbs_needed() function
3552 num_trbs = count_trbs_needed(urb); in xhci_queue_bulk_tx()