Searched refs:trbflags (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/mdb/intel/modules/xhci/ |
H A D | xhci.c | 427 uint32_t status, trbflags, type; in xhci_mdb_print_trb() local 441 trbflags = LE_32(trb.trb_flags); in xhci_mdb_print_trb() 443 type = XHCI_TRB_GET_TYPE(trbflags); in xhci_mdb_print_trb() 454 return (xhci_mdb_print_transfer_event(pa, status, trbflags)); in xhci_mdb_print_trb() 456 return (xhci_mdb_print_command_event(pa, status, trbflags)); in xhci_mdb_print_trb() 458 return (xhci_mdb_print_psc(pa, status, trbflags)); in xhci_mdb_print_trb() 460 return (xhci_mdb_print_normal_trb(pa, status, trbflags)); in xhci_mdb_print_trb() 469 mdb_printf("TRB Flags: 0x%x\n", trbflags); in xhci_mdb_print_trb()
|
/illumos-gate/usr/src/cmd/bhyve/common/ |
H A D | pci_xhci.c | 1581 uint32_t trbflags; in pci_xhci_xfer_complete() local 1602 trbflags = trb->dwTrb3; in pci_xhci_xfer_complete() 1607 XHCI_TRB_3_TYPE_GET(trbflags), evtrb.qwTrb0, in pci_xhci_xfer_complete() 1608 trbflags, err, in pci_xhci_xfer_complete() 1640 if (XHCI_TRB_3_TYPE_GET(trbflags) == XHCI_TRB_TYPE_EVENT_DATA) { in pci_xhci_xfer_complete() 1770 uint32_t trbflags; in pci_xhci_handle_transfer() local 1791 trbflags = trb->dwTrb3; in pci_xhci_handle_transfer() 1793 if (XHCI_TRB_3_TYPE_GET(trbflags) != XHCI_TRB_TYPE_LINK && in pci_xhci_handle_transfer() 1794 (trbflags & XHCI_TRB_3_CYCLE_BIT) != in pci_xhci_handle_transfer() 1797 trbflags & XHCI_TRB_3_CYCLE_BIT, ccs)); in pci_xhci_handle_transfer() [all …]
|