Searched refs:itw_curr_xfer_reqp (Results 1 – 3 of 3) sorted by relevance
431 itw->itw_curr_xfer_reqp = isoc_reqp; in ehci_allocate_isoc_resources()460 ASSERT(itw->itw_curr_xfer_reqp != NULL); in ehci_insert_isoc_req()461 ASSERT(itw->itw_curr_xfer_reqp->isoc_pkt_descr != NULL); in ehci_insert_isoc_req()466 itw->itw_curr_isoc_pktp = itw->itw_curr_xfer_reqp->isoc_pkt_descr; in ehci_insert_isoc_req()518 itw->itw_curr_isoc_pktp = itw->itw_curr_xfer_reqp->isoc_pkt_descr; in ehci_insert_isoc_req()557 curr_isoc_reqp = (usb_isoc_req_t *)itw->itw_curr_xfer_reqp; in ehci_insert_itd_req()564 " pagesize = 0x%lx", (void *)itw->itw_curr_xfer_reqp, page, in ehci_insert_itd_req()719 curr_isoc_reqp = (usb_isoc_req_t *)itw->itw_curr_xfer_reqp; in ehci_insert_sitd_req()990 if ((--itw->itw_num_itds == 0) && (itw->itw_curr_xfer_reqp)) { in ehci_reclaim_isoc()1219 (usb_isoc_req_t *)itw->itw_curr_xfer_reqp; in ehci_handle_itd()[all …]
1027 usb_isoc_req_t *isoc_reqp = itw->itw_curr_xfer_reqp; in ehci_insert_isoc_to_pfl()1289 ASSERT(itw->itw_curr_xfer_reqp == NULL); in ehci_allocate_isoc_in_resource()1312 itw->itw_curr_xfer_reqp = orig_isoc_reqp; in ehci_allocate_isoc_in_resource()1349 isoc_reqp = itw->itw_curr_xfer_reqp; in ehci_deallocate_isoc_in_resource()1353 itw->itw_curr_xfer_reqp = NULL; in ehci_deallocate_isoc_in_resource()1446 isoc_reqp = itw->itw_curr_xfer_reqp; in ehci_parse_isoc_error()1477 isoc_reqp = itw->itw_curr_xfer_reqp; in ehci_parse_itd_error()
672 usb_isoc_req_t *itw_curr_xfer_reqp; member