Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_endpoint.c515 new_xepp.xepp_cerr = XHCI_CONTEXT_DEF_CERR; in xhci_endpoint_setup_context()
539 new_xepp.xepp_cerr = XHCI_CONTEXT_ISOCH_CERR; in xhci_endpoint_setup_context()
601 ectx->xec_info2 = LE_32(XHCI_EPCTX_SET_CERR(new_xepp.xepp_cerr) | in xhci_endpoint_setup_context()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhci.h547 uint_t xepp_cerr; member