Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/
Dusb_core.h95 uint8_t did_dma_delay:1; /* set if we waited for HW DMA */ member
Dusb_transfer.c1638 xfer->flags_int.did_dma_delay = 0; in usbd_transfer_submit()
2791 if ((xfer->error != 0) && (!xfer->flags_int.did_dma_delay) && in usbd_callback_wrapper_sub()
2798 xfer->flags_int.did_dma_delay = 1; in usbd_callback_wrapper_sub()
/third_party/FreeBSD/sys/dev/usb/controller/
Dxhci.c3925 if (xfer->flags_int.did_dma_delay) { in xhci_configure_msg()