Home
last modified time | relevance | path

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

/netbsd/sys/arch/mips/adm5120/dev/
H A Dahci.c506 if (xfer->ux_state != XFER_FREE) { in ahci_allocx()
508 xfer, xfer->ux_state); in ahci_allocx()
517 xfer->ux_state = XFER_BUSY; in ahci_allocx()
531 if (xfer->ux_state != XFER_BUSY && in ahci_freex()
534 xfer, xfer->ux_state); in ahci_freex()
537 xfer->ux_state = XFER_FREE; in ahci_freex()
/netbsd/sys/dev/usb/
H A Dusbdi.c431 xfer->ux_state = XFER_ONQU; in usbd_transfer()
459 xfer->ux_state = XFER_BUSY; in usbd_transfer()
1055 xfer->ux_state = XFER_BUSY; in usbd_ar_pipe()
1111 KASSERTMSG(xfer->ux_state == XFER_ONQU, "xfer %p state is %x", xfer, in usb_transfer_complete()
1112 xfer->ux_state); in usb_transfer_complete()
1147 xfer->ux_state = XFER_BUSY; in usb_transfer_complete()
H A Dusbdivar.h281 uint8_t ux_state; /* used for DIAGNOSTIC */ member
H A Dmotg.c755 xfer->ux_state = XFER_BUSY; in motg_allocx()
767 if (xfer->ux_state != XFER_BUSY && in motg_freex()
770 xfer->ux_state); in motg_freex()
772 xfer->ux_state = XFER_FREE; in motg_freex()
H A Dvhci.c445 vxfer->xfer.ux_state = XFER_BUSY; in vhci_allocx()
459 vxfer->xfer.ux_state = XFER_FREE; in vhci_freex()
H A Duhci.c668 xfer->ux_state = XFER_BUSY; in uhci_allocx()
680 KASSERTMSG(xfer->ux_state == XFER_BUSY || in uhci_freex()
682 "xfer %p state %d\n", xfer, xfer->ux_state); in uhci_freex()
686 xfer->ux_state = XFER_FREE; in uhci_freex()
3140 xfer->ux_actlen, xfer->ux_state, 0, 0); in uhci_device_isoc_done()
H A Dohci.c1092 xfer->ux_state = XFER_BUSY; in ohci_allocx()
1103 KASSERTMSG(xfer->ux_state == XFER_BUSY || in ohci_freex()
1105 "xfer=%p not busy, 0x%08x\n", xfer, xfer->ux_state); in ohci_freex()
1107 xfer->ux_state = XFER_FREE; in ohci_freex()
H A Dxhci.c2745 xx->xx_xfer.ux_state = XFER_BUSY; in xhci_allocx()
2761 if (xfer->ux_state != XFER_BUSY && in xhci_freex()
2764 (uintptr_t)xfer, xfer->ux_state, 0, 0); in xhci_freex()
2766 xfer->ux_state = XFER_FREE; in xhci_freex()
H A Dehci.c1592 xfer->ux_state = XFER_BUSY; in ehci_allocx()
1604 KASSERTMSG(xfer->ux_state == XFER_BUSY || in ehci_freex()
1606 "xfer %p state %d\n", xfer, xfer->ux_state); in ehci_freex()
1610 xfer->ux_state = XFER_FREE; in ehci_freex()
H A Dusb.c361 xfer->ux_callback, xfer->ux_done, xfer->ux_state, in db_usb_xfer()
/netbsd/sys/external/bsd/dwc2/
H A Ddwc2.c245 dxfer->xfer.ux_state = XFER_BUSY; in dwc2_allocx()
260 if (xfer->ux_state != XFER_BUSY && in dwc2_freex()
262 DPRINTF("xfer=%p not busy, 0x%08x\n", xfer, xfer->ux_state); in dwc2_freex()
264 xfer->ux_state = XFER_FREE; in dwc2_freex()
/netbsd/sys/dev/ic/
H A Dsl811hs.c798 xfer->ux_state = XFER_BUSY; in slhci_allocx()
814 if (xfer->ux_state != XFER_BUSY && in slhci_freex()
818 SC_NAME(sc), xfer, xfer->ux_state); in slhci_freex()
820 xfer->ux_state, 0, 0); in slhci_freex()
824 xfer->ux_state = XFER_FREE; in slhci_freex()
/netbsd/sys/rump/dev/lib/libugenhc/
H A Dugenhc.c863 xfer->ux_state = XFER_BUSY; in ugenhc_allocx()