Home
last modified time | relevance | path

Searched refs:XHCI_TRB_GET_SLOT (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/intel/modules/xhci/
H A Dxhci.c371 mdb_printf("Slot ID: %d\n", XHCI_TRB_GET_SLOT(flags)); in xhci_mdb_print_transfer_event()
388 mdb_printf("Slot ID: %d\n", XHCI_TRB_GET_SLOT(flags)); in xhci_mdb_print_command_event()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhcireg.h426 #define XHCI_TRB_GET_SLOT(x) (((x) >> 24) & 0xff) macro
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_polled.c108 slot = XHCI_TRB_GET_SLOT(LE_32(trb->trb_flags)); in xhci_polled_get_endpoint()
H A Dxhci_command.c495 slot = XHCI_TRB_GET_SLOT(co.xco_res.trb_flags); in xhci_command_enable_slot()
H A Dxhci_endpoint.c1540 slot = XHCI_TRB_GET_SLOT(LE_32(trb->trb_flags)); in xhci_endpoint_transfer_callback()