Searched refs:xpp_tsize (Results 1 – 3 of 3) sorted by relevance
332 if (xpp->xpp_tsize == 0) in xhci_hcdi_periodic_free()343 xpp->xpp_tsize = 0; in xhci_hcdi_periodic_free()1142 if (xpp->xpp_tsize > 0 && xpp->xpp_tsize < len) { in xhci_hcdi_periodic_init()1147 if (xpp->xpp_tsize == 0) { in xhci_hcdi_periodic_init()1167 xpp->xpp_tsize = len; in xhci_hcdi_periodic_init()
1197 ASSERT3U(xpp->xpp_tsize, >, 0); in xhci_endpoint_reschedule_periodic()1368 (usb_intr_req_t *)xpp->xpp_usb_req, xpp->xpp_tsize, 0); in xhci_endpoint_dup_periodic()
597 size_t xpp_tsize; member