Home
last modified time | relevance | path

Searched refs:xep_params (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_endpoint.c567 if (xep->xep_params.xepp_configured) { in xhci_endpoint_setup_context()
573 if (bcmp(&xep->xep_params, &new_xepp, sizeof (new_xepp)) == 0) { in xhci_endpoint_setup_context()
624 bcopy(&new_xepp, &xep->xep_params, sizeof (new_xepp)); in xhci_endpoint_setup_context()
625 VERIFY(xep->xep_params.xepp_configured); in xhci_endpoint_setup_context()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhci.h561 xhci_endpoint_params_t xep_params; member