Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhcireg.h419 #define XHCI_TRB_GET_ED(x) (((x) >> 2) & 0x1) macro
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_endpoint.c1077 if (XHCI_TRB_GET_ED(LE_32(trb->trb_flags)) != 0) { in xhci_endpoint_determine_transfer()
1348 VERIFY3U(XHCI_TRB_GET_ED(LE_32(trb->trb_flags)), !=, 0); in xhci_endpoint_norm_callback()
/illumos-gate/usr/src/cmd/mdb/intel/modules/xhci/
H A Dxhci.c369 mdb_printf("Event Data: %d\n", XHCI_TRB_GET_ED(flags)); in xhci_mdb_print_transfer_event()