Home
last modified time | relevance | path

Searched refs:trb_flags (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_ring.c148 ltrb->trb_flags = LE_32(XHCI_TRB_TYPE_LINK | XHCI_TRB_LINKSEG); in xhci_ring_reset()
191 if (xrp->xr_cycle != (LE_32(trb->trb_flags) & XHCI_TRB_CYCLE)) in xhci_ring_event_advance()
319 flags = host_trb->trb_flags; in xhci_ring_trb_fill()
326 trb->trb_flags = flags; in xhci_ring_trb_fill()
373 if (xrp->xr_trb[xrp->xr_ntrb - 2].trb_flags & in xhci_ring_trb_produce()
375 trb->trb_flags |= XHCI_TRB_CHAIN; in xhci_ring_trb_produce()
377 trb->trb_flags &= ~XHCI_TRB_CHAIN; in xhci_ring_trb_produce()
380 trb->trb_flags ^= LE_32(XHCI_TRB_CYCLE); in xhci_ring_trb_produce()
387 trb->trb_flags ^= LE_32(XHCI_TRB_CYCLE); in xhci_ring_trb_produce()
H A Dxhci_command.c360 xco->xco_res.trb_flags = LE_32(trb->trb_flags); in xhci_command_event_callback()
488 co.xco_req.trb_flags = LE_32(XHCI_CMD_ENABLE_SLOT) | in xhci_command_enable_slot()
495 slot = XHCI_TRB_GET_SLOT(co.xco_res.trb_flags); in xhci_command_enable_slot()
524 co.xco_req.trb_flags = LE_32(XHCI_CMD_DISABLE_SLOT | in xhci_command_disable_slot()
558 co.xco_req.trb_flags = LE_32(XHCI_CMD_ADDRESS_DEVICE | in xhci_command_set_address()
561 co.xco_req.trb_flags |= LE_32(XHCI_TRB_BSR); in xhci_command_set_address()
594 co.xco_req.trb_flags = LE_32(XHCI_CMD_CONFIG_EP | in xhci_command_configure_endpoint()
642 co.xco_req.trb_flags = LE_32(XHCI_CMD_EVAL_CTX | in xhci_command_evaluate_context()
688 co.xco_req.trb_flags = LE_32(XHCI_CMD_RESET_EP | in xhci_command_reset_endpoint()
750 co.xco_req.trb_flags = LE_32(XHCI_CMD_SET_TR_DEQ | in xhci_command_set_tr_dequeue()
[all …]
H A Dxhci_polled.c107 endpoint = XHCI_TRB_GET_EP(LE_32(trb->trb_flags)); in xhci_polled_get_endpoint()
108 slot = XHCI_TRB_GET_SLOT(LE_32(trb->trb_flags)); in xhci_polled_get_endpoint()
226 type = LE_32(trb->trb_flags) & XHCI_TRB_TYPE_MASK; in xhci_polled_event_process()
H A Dxhci_dma.c543 xt->xt_trbs[off + i].trb_flags = LE_32(flags); in xhci_transfer_trb_fill_data()
553 xt->xt_trbs[off + i].trb_flags = LE_32(XHCI_TRB_TYPE_EVENT | in xhci_transfer_trb_fill_data()
H A Dxhci_event.c143 type = LE_32(trb->trb_flags) & XHCI_TRB_TYPE_MASK; in xhci_event_process_trb()
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()
1539 endpoint = XHCI_TRB_GET_EP(LE_32(trb->trb_flags)); in xhci_endpoint_transfer_callback()
1540 slot = XHCI_TRB_GET_SLOT(LE_32(trb->trb_flags)); in xhci_endpoint_transfer_callback()
H A Dxhci_usba.c834 xt->xt_trbs[0].trb_flags = LE_32(trt | XHCI_TRB_IDT | in xhci_hcdi_pipe_ctrl_xfer()
842 xt->xt_trbs[xt->xt_ntrbs - 1].trb_flags = LE_32(XHCI_TRB_TYPE_STATUS | in xhci_hcdi_pipe_ctrl_xfer()
1005 trb->trb_flags = LE_32(flags); in xhci_hcdi_isoc_transfer_fill()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhci.h323 uint32_t trb_flags; member
/illumos-gate/usr/src/cmd/mdb/intel/modules/xhci/
H A Dxhci.c441 trbflags = LE_32(trb.trb_flags); in xhci_mdb_print_trb()