Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/usb/host/
Dxhci-ring.c1778 dma_addr_t suspect_dma, in trb_in_td() argument
1801 (unsigned long long)suspect_dma, in trb_in_td()
1810 if (suspect_dma >= start_dma && suspect_dma <= end_trb_dma) in trb_in_td()
1816 if ((suspect_dma >= start_dma && in trb_in_td()
1817 suspect_dma <= end_seg_dma) || in trb_in_td()
1818 (suspect_dma >= cur_seg->dma && in trb_in_td()
1819 suspect_dma <= end_trb_dma)) in trb_in_td()
1825 if (suspect_dma >= start_dma && suspect_dma <= end_seg_dma) in trb_in_td()
Dxhci.h2090 union xhci_trb *end_trb, dma_addr_t suspect_dma, bool debug);