oxfer            1902 dev/usb/ohci.c 	struct ohci_xfer *oxfer = addr;
oxfer            1903 dev/usb/ohci.c 	struct ohci_pipe *opipe = (struct ohci_pipe *)oxfer->xfer.pipe;
oxfer            1906 dev/usb/ohci.c 	DPRINTF(("ohci_timeout: oxfer=%p\n", oxfer));
oxfer            1909 dev/usb/ohci.c 		ohci_abort_xfer(&oxfer->xfer, USBD_TIMEOUT);
oxfer            1914 dev/usb/ohci.c 	usb_init_task(&oxfer->abort_task, ohci_timeout_task, addr);
oxfer            1915 dev/usb/ohci.c 	usb_add_task(oxfer->xfer.pipe->device, &oxfer->abort_task);