Searched refs:xep_transfers (Results 1 – 4 of 4) sorted by relevance
112 VERIFY(list_is_empty(&xep->xep_transfers)); in xhci_endpoint_close()197 list_destroy(&xep->xep_transfers); in xhci_endpoint_fini()732 list_create(&xep->xep_transfers, sizeof (xhci_transfer_t), in xhci_endpoint_init()748 list_destroy(&xep->xep_transfers); in xhci_endpoint_init()756 list_destroy(&xep->xep_transfers); in xhci_endpoint_init()808 VERIFY(list_is_empty(&xep->xep_transfers)); in xhci_endpoint_reopen()999 xt = list_head(&xep->xep_transfers); in xhci_endpoint_tick()1040 (void) list_remove_head(&xep->xep_transfers); in xhci_endpoint_tick()1109 list_insert_tail(&xep->xep_transfers, xt); in xhci_endpoint_schedule()1149 if ((xt = list_head(&xep->xep_transfers)) == NULL) in xhci_endpoint_determine_transfer()[all …]
172 rem = list_remove_head(&xep->xep_transfers); in xhci_polled_endpoint_transfer()
363 while ((xt = list_remove_head(&xep->xep_transfers)) != NULL) { in xhci_hcdi_pipe_flush()475 while (list_is_empty(&xep->xep_transfers) == 0) in xhci_hcdi_pipe_poll_fini()476 (void) list_remove_head(&xep->xep_transfers); in xhci_hcdi_pipe_poll_fini()
564 list_t xep_transfers; member