Searched refs:trb_status (Results 1 – 9 of 9) sorted by relevance
325 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 …]
318 trb->trb_status = host_trb->trb_status; in xhci_ring_trb_fill()
1263 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()
541 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()
121 if (XHCI_TRB_GET_CODE(LE_32(trb->trb_status)) != XHCI_CODE_SUCCESS) { in xhci_event_process_psc()
144 code = XHCI_TRB_GET_CODE(LE_32(trb->trb_status)); in xhci_polled_endpoint_transfer()
899 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()
322 uint32_t trb_status; member
440 status = LE_32(trb.trb_status); in xhci_mdb_print_trb()