Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci-ring.c163 static unsigned int trb_to_pos(struct xhci_segment *seg, union xhci_trb *trb) in trb_to_pos() function
319 pos = trb_to_pos(pos_seg, pos_trb); in dma_in_range()
320 start = trb_to_pos(start_seg, start_trb); in dma_in_range()
321 end = trb_to_pos(end_seg, end_trb); in dma_in_range()