Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_command.c325 cstat = XHCI_TRB_GET_CODE(LE_32(trb->trb_status)); in xhci_command_event_callback()
360 xco->xco_res.trb_status = LE_32(trb->trb_status); in xhci_command_event_callback()
495 code = XHCI_TRB_GET_CODE(co.xco_res.trb_status); in xhci_command_enable_slot()
531 code = XHCI_TRB_GET_CODE(co.xco_res.trb_status); in xhci_command_disable_slot()
558 co.xco_req.trb_status = 0; in xhci_command_set_address()
568 code = XHCI_TRB_GET_CODE(co.xco_res.trb_status); in xhci_command_set_address()
594 co.xco_req.trb_status = LE_32(0); in xhci_command_configure_endpoint()
601 code = XHCI_TRB_GET_CODE(co.xco_res.trb_status); in xhci_command_configure_endpoint()
642 co.xco_req.trb_status = LE_32(0); in xhci_command_evaluate_context()
649 code = XHCI_TRB_GET_CODE(co.xco_res.trb_status); in xhci_command_evaluate_context()
[all …]
H A Dxhci_ring.c318 trb->trb_status = host_trb->trb_status; in xhci_ring_trb_fill()
H A Dxhci_endpoint.c1263 code = XHCI_TRB_GET_CODE(LE_32(trb->trb_status)); in xhci_endpoint_control_callback()
1294 remain = XHCI_TRB_REMAIN(LE_32(trb->trb_status)); in xhci_endpoint_control_callback()
1423 code = XHCI_TRB_GET_CODE(LE_32(trb->trb_status)); in xhci_endpoint_norm_callback()
1427 residue = XHCI_TRB_REMAIN(LE_32(trb->trb_status)); in xhci_endpoint_norm_callback()
1535 code = XHCI_TRB_GET_CODE(LE_32(trb->trb_status)); in xhci_endpoint_isoch_callback()
1543 int residue = XHCI_TRB_REMAIN(LE_32(trb->trb_status)); in xhci_endpoint_isoch_callback()
1623 code = XHCI_TRB_GET_CODE(LE_32(trb->trb_status)); in xhci_endpoint_transfer_callback()
H A Dxhci_dma.c541 xt->xt_trbs[off + i].trb_status = LE_32(XHCI_TRB_LEN(dmasz) | in xhci_transfer_trb_fill_data()
552 xt->xt_trbs[off + i].trb_status = LE_32(XHCI_TRB_INTR(0)); in xhci_transfer_trb_fill_data()
H A Dxhci_event.c121 if (XHCI_TRB_GET_CODE(LE_32(trb->trb_status)) != XHCI_CODE_SUCCESS) { in xhci_event_process_psc()
H A Dxhci_polled.c144 code = XHCI_TRB_GET_CODE(LE_32(trb->trb_status)); in xhci_polled_endpoint_transfer()
H A Dxhci_usba.c899 xt->xt_trbs[0].trb_status = LE_32(XHCI_TRB_LEN(8) | XHCI_TRB_INTR(0)); in xhci_hcdi_pipe_ctrl_xfer()
907 xt->xt_trbs[xt->xt_ntrbs - 1].trb_status = LE_32(XHCI_TRB_INTR(0)); in xhci_hcdi_pipe_ctrl_xfer()
1048 trb->trb_status = LE_32(XHCI_TRB_LEN(len) | XHCI_TRB_TDREM(0) | in xhci_hcdi_isoc_transfer_fill()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhci.h322 uint32_t trb_status; member
/illumos-gate/usr/src/cmd/mdb/intel/modules/xhci/
H A Dxhci.c440 status = LE_32(trb.trb_status); in xhci_mdb_print_trb()