Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/usb/
Dusbdi.c767 if (xfer->busy_free != XFER_ONQU) { in usb_transfer_complete()
769 xfer, xfer->busy_free); in usb_transfer_complete()
812 xfer->busy_free = XFER_BUSY; in usb_transfer_complete()
867 if (xfer->busy_free != XFER_BUSY) { in usb_insert_transfer()
869 xfer, xfer->busy_free); in usb_insert_transfer()
872 xfer->busy_free = XFER_ONQU; in usb_insert_transfer()
Dusbdivar.h204 u_int32_t busy_free; member
Dehci.c1130 if (xfer->busy_free != XFER_FREE) in ehci_allocx()
1132 xfer, xfer->busy_free); in ehci_allocx()
1141 xfer->busy_free = XFER_BUSY; in ehci_allocx()
1153 if (xfer->busy_free != XFER_BUSY) { in ehci_freex()
1155 xfer->busy_free); in ehci_freex()
1158 xfer->busy_free = XFER_FREE; in ehci_freex()
Duhci.c634 if (xfer->busy_free != XFER_FREE) { in uhci_allocx()
636 xfer->busy_free); in uhci_allocx()
647 xfer->busy_free = XFER_BUSY; in uhci_allocx()
659 if (xfer->busy_free != XFER_BUSY) { in uhci_freex()
661 xfer->busy_free); in uhci_freex()
664 xfer->busy_free = XFER_FREE; in uhci_freex()
2604 if (xfer->busy_free == XFER_FREE) { in uhci_device_isoc_done()
Dohci.c931 if (xfer->busy_free != XFER_FREE) { in ohci_allocx()
933 xfer->busy_free); in ohci_allocx()
942 xfer->busy_free = XFER_BUSY; in ohci_allocx()
954 if (xfer->busy_free != XFER_BUSY) { in ohci_freex()
956 xfer->busy_free); in ohci_freex()
959 xfer->busy_free = XFER_FREE; in ohci_freex()