Searched refs:itw_curr_xfer_reqp (Results 1 – 3 of 3) sorted by relevance
430 itw->itw_curr_xfer_reqp = isoc_reqp; in ehci_allocate_isoc_resources()459 ASSERT(itw->itw_curr_xfer_reqp != NULL); in ehci_insert_isoc_req()460 ASSERT(itw->itw_curr_xfer_reqp->isoc_pkt_descr != NULL); in ehci_insert_isoc_req()465 itw->itw_curr_isoc_pktp = itw->itw_curr_xfer_reqp->isoc_pkt_descr; in ehci_insert_isoc_req()517 itw->itw_curr_isoc_pktp = itw->itw_curr_xfer_reqp->isoc_pkt_descr; in ehci_insert_isoc_req()556 curr_isoc_reqp = (usb_isoc_req_t *)itw->itw_curr_xfer_reqp; in ehci_insert_itd_req()563 " pagesize = 0x%lx", (void *)itw->itw_curr_xfer_reqp, page, in ehci_insert_itd_req()718 curr_isoc_reqp = (usb_isoc_req_t *)itw->itw_curr_xfer_reqp; in ehci_insert_sitd_req()989 if ((--itw->itw_num_itds == 0) && (itw->itw_curr_xfer_reqp)) { in ehci_reclaim_isoc()1218 (usb_isoc_req_t *)itw->itw_curr_xfer_reqp; in ehci_handle_itd()[all …]
1026 usb_isoc_req_t *isoc_reqp = itw->itw_curr_xfer_reqp; in ehci_insert_isoc_to_pfl()1288 ASSERT(itw->itw_curr_xfer_reqp == NULL); in ehci_allocate_isoc_in_resource()1311 itw->itw_curr_xfer_reqp = orig_isoc_reqp; in ehci_allocate_isoc_in_resource()1348 isoc_reqp = itw->itw_curr_xfer_reqp; in ehci_deallocate_isoc_in_resource()1352 itw->itw_curr_xfer_reqp = NULL; in ehci_deallocate_isoc_in_resource()1449 isoc_reqp = itw->itw_curr_xfer_reqp; in ehci_parse_isoc_error()1480 isoc_reqp = itw->itw_curr_xfer_reqp; in ehci_parse_itd_error()
671 usb_isoc_req_t *itw_curr_xfer_reqp; member