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.c84 VERIFY(list_is_empty(&xep->xep_transfers)); in xhci_endpoint_release()
113 list_destroy(&xep->xep_transfers); in xhci_endpoint_fini()
673 list_destroy(&xep->xep_transfers); in xhci_endpoint_init()
681 list_destroy(&xep->xep_transfers); in xhci_endpoint_init()
726 VERIFY(list_is_empty(&xep->xep_transfers)); in xhci_endpoint_reinit()
917 xt = list_head(&xep->xep_transfers); in xhci_endpoint_tick()
958 (void) list_remove_head(&xep->xep_transfers); in xhci_endpoint_tick()
1027 list_insert_tail(&xep->xep_transfers, xt); in xhci_endpoint_schedule()
1252 rem = list_remove_head(&xep->xep_transfers); in xhci_endpoint_control_callback()
1426 rem = list_remove_head(&xep->xep_transfers); in xhci_endpoint_norm_callback()
[all …]
H A Dxhci_polled.c172 rem = list_remove_head(&xep->xep_transfers); in xhci_polled_endpoint_transfer()
H A Dxhci_usba.c328 while ((xt = list_remove_head(&xep->xep_transfers)) != NULL) { in xhci_hcdi_pipe_flush()
439 while (list_is_empty(&xep->xep_transfers) == 0) in xhci_hcdi_pipe_poll_fini()
440 (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.h558 list_t xep_transfers; member