Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhcireg.h396 #define XHCI_TRB_GET_INTR(x) (((x) >> 22) & 0x3ff) /* Get MSI-X target */ macro
/illumos-gate/usr/src/cmd/mdb/intel/modules/xhci/
H A Dxhci.c412 mdb_printf("TRB Interrupt: %d\n", XHCI_TRB_GET_INTR(status)); in xhci_mdb_print_normal_trb()