Searched defs:pXferEndpoint (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/USB/freebsd/
H A DUSBProxyDevice-freebsd.cpp250 struct usb_fs_endpoint *pXferEndpoint; local
283 pXferEndpoint = &pDevFBSD->aHwEndpoint[index];
284 pXferEndpoint->ppBuffer = &pEndpointFBSD->apvData[0];
285 pXferEndpoint->pLength = &pEndpointFBSD->acbData[0];
691 struct usb_fs_endpoint *pXferEndpoint; local
720 pXferEndpoint = &pDevFBSD->aHwEndpoint[index];
750 pXferEndpoint->timeout = USB_FS_TIMEOUT_NONE;
751 pXferEndpoint->flags = USB_FS_FLAG_MULTI_SHORT_OK;
766 pXferEndpoint->timeout = USB_FS_TIMEOUT_NONE;
767 pXferEndpoint
833 struct usb_fs_endpoint *pXferEndpoint; local
[all...]

Completed in 34 milliseconds