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

/vbox/src/VBox/HostDrivers/VBoxUSB/solaris/
H A DVBoxUSB-solaris.c216 list_t hIsocInLandedReqs; /* Isoc. IN landed requests */ member in struct:vboxusb_ep_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);
2606 pIsocReq = list_remove_head(&pEp->hIsocInLandedReqs);
2609 list_destroy(&pEp->hIsocInLandedReqs);
3670 vboxusb_isoc_req_t *pOldReq = list_remove_head(&pEp->hIsocInLandedReqs);
3701 list_insert_tail(&pEp->hIsocInLandedReqs, pIsocReq);
3721 vboxusb_isoc_req_t *pBuffReq = list_remove_head(&pEp->hIsocInLandedReqs);

Completed in 54 milliseconds