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

/vbox/src/VBox/HostDrivers/VBoxUSB/solaris/
H A DVBoxUSB-solaris.c212 usb_pipe_policy_t PipePolicy; /* Endpoint policy */ member in struct:vboxusb_ep_t
2397 bzero(&pEp->PipePolicy, sizeof(pEp->PipePolicy));
2398 pEp->PipePolicy.pp_max_async_reqs = VBOXUSB_MAX_PIPE_ASYNC_REQS;
2687 int rc = usb_pipe_open(pState->pDip, &pEp->EpDesc, &pEp->PipePolicy, USB_FLAGS_NOSLEEP, &pEp->pPipe);

Completed in 54 milliseconds