Home
last modified time | relevance | path

Searched refs:xep_transfers (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_endpoint.c112 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 …]
H A Dxhci_polled.c172 rem = list_remove_head(&xep->xep_transfers); in xhci_polled_endpoint_transfer()
H A Dxhci_usba.c363 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()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhci.h564 list_t xep_transfers; member