Home
last modified time | relevance | path

Searched refs:count_trbs (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/usb/host/
H A Dxhci-ring.c3405 unsigned int count_trbs(u64 addr, u64 len) in count_trbs() function
3419 return count_trbs(urb->transfer_dma, urb->transfer_buffer_length); in count_trbs_needed()
3431 num_trbs += count_trbs(sg_dma_address(sg), len); in count_sg_trbs_needed()
3448 return count_trbs(addr, len); in count_isoc_trbs_needed()
H A Dxhci-dbgcap.c255 num_trbs = count_trbs(req->dma, req->length); in xhci_dbc_queue_bulk_tx()
H A Dxhci.h1954 unsigned int count_trbs(u64 addr, u64 len);