Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhci.h407 uint32_t xec_txinfo; member
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_endpoint.c177 ectx->xec_txinfo = LE_32(XHCI_EPCTX_MAX_ESIT_PAYLOAD(0) | in xhci_endpoint_setup_default_context()
610 ectx->xec_txinfo = LE_32( in xhci_endpoint_setup_context()
/illumos-gate/usr/src/cmd/mdb/intel/modules/xhci/
H A Dxhci.c247 txinfo = LE_32(epctx.xec_txinfo); in xhci_mdb_print_epctx()