uxfer            1461 dev/usb/uhci.c 	struct uhci_xfer *uxfer = UXFER(ii->xfer);
uxfer            1462 dev/usb/uhci.c 	struct uhci_pipe *upipe = (struct uhci_pipe *)uxfer->xfer.pipe;
uxfer            1465 dev/usb/uhci.c 	DPRINTF(("uhci_timeout: uxfer=%p\n", uxfer));
uxfer            1468 dev/usb/uhci.c 		uhci_abort_xfer(&uxfer->xfer, USBD_TIMEOUT);
uxfer            1473 dev/usb/uhci.c 	usb_init_task(&uxfer->abort_task, uhci_timeout_task, ii->xfer);
uxfer            1474 dev/usb/uhci.c 	usb_add_task(uxfer->xfer.pipe->device, &uxfer->abort_task);