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

/vbox/src/VBox/HostDrivers/VBoxUSB/solaris/
H A DVBoxUSB-solaris.c222 * vboxusb_isoc_req_t: Isoc IN. requests queued from device till they are reaped.
224 typedef struct vboxusb_isoc_req_t struct
230 } vboxusb_isoc_req_t; typedef in typeref:struct:vboxusb_isoc_req_t
2402 list_create(&pEp->hIsocInLandedReqs, sizeof(vboxusb_isoc_req_t), offsetof(vboxusb_isoc_req_t, hListLink));
2602 vboxusb_isoc_req_t *pIsocReq = list_remove_head(&pEp->hIsocInLandedReqs);
2605 kmem_free(pIsocReq, sizeof(vboxusb_isoc_req_t));
3670 vboxusb_isoc_req_t *pOldReq = list_remove_head(&pEp->hIsocInLandedReqs);
3674 kmem_free(pOldReq, sizeof(vboxusb_isoc_req_t));
3684 vboxusb_isoc_req_t *pIsocRe
[all...]

Completed in 53 milliseconds