Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhcireg.h376 #define XHCI_EPCTX_AVG_TRB_LEN(x) ((x) & 0xffff) macro
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_endpoint.c178 XHCI_EPCTX_AVG_TRB_LEN(XHCI_CONTEXT_DEF_CTRL_ATL)); in xhci_endpoint_setup_default_context()
612 XHCI_EPCTX_AVG_TRB_LEN(new_xepp.xepp_avgtrb)); in xhci_endpoint_setup_context()
/illumos-gate/usr/src/cmd/mdb/intel/modules/xhci/
H A Dxhci.c270 mdb_printf("Average TRB Length: %d\n", XHCI_EPCTX_AVG_TRB_LEN(txinfo)); in xhci_mdb_print_epctx()