Home
last modified time | relevance | path

Searched refs:xpp_poll_state (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_usba.c412 if (xpp->xpp_poll_state == XHCI_PERIODIC_POLL_IDLE) { in xhci_hcdi_pipe_poll_fini()
417 if (xpp->xpp_poll_state == XHCI_PERIODIC_POLL_STOPPING) { in xhci_hcdi_pipe_poll_fini()
422 xpp->xpp_poll_state = XHCI_PERIODIC_POLL_STOPPING; in xhci_hcdi_pipe_poll_fini()
459 xpp->xpp_poll_state = XHCI_PERIODIC_POLL_IDLE; in xhci_hcdi_pipe_poll_fini()
1151 xpp->xpp_poll_state = XHCI_PERIODIC_POLL_ACTIVE; in xhci_hcdi_periodic_init()
H A Dxhci_endpoint.c1127 if (xpp->xpp_poll_state != XHCI_PERIODIC_POLL_ACTIVE) { in xhci_endpoint_reschedule_periodic()
1292 xpp->xpp_poll_state = XHCI_PERIODIC_POLL_NOMEM; in xhci_endpoint_dup_periodic()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhci.h589 xhci_periodic_state_t xpp_poll_state; member