Lines Matching refs:dwTrb2

183 	DPRINTFN(5, "dwTrb2 = 0x%08x\n", le32toh(trb->dwTrb2));  in xhci_dump_trb()
838 td->td_trb[0].dwTrb2 = td_last->td_trb[td_last->ntrb].dwTrb2; in xhci_skip_transfer()
868 temp = le32toh(trb->dwTrb2); in xhci_check_transfer()
939 temp = le32toh(td->td_trb[i].dwTrb2); in xhci_check_transfer()
1021 sc->sc_cmd_result[0] = trb->dwTrb2; in xhci_check_command()
1067 (long)le32toh(phwr->hwr_events[i].dwTrb2), in xhci_interrupt_poll()
1147 (long)le32toh(trb->dwTrb2), in xhci_do_command()
1151 phwr->hwr_commands[i].dwTrb2 = trb->dwTrb2; in xhci_do_command()
1240 trb->dwTrb2 = 0; in xhci_do_command()
1247 trb->dwTrb2 = sc->sc_cmd_result[0]; in xhci_do_command()
1266 trb.dwTrb2 = 0;
1285 trb.dwTrb2 = 0; in xhci_cmd_enable_slot()
1309 trb.dwTrb2 = 0; in xhci_cmd_disable_slot()
1328 trb.dwTrb2 = 0; in xhci_cmd_set_address()
1478 trb.dwTrb2 = 0; in xhci_cmd_configure_ep()
1503 trb.dwTrb2 = 0; in xhci_cmd_evaluate_ctx()
1521 trb.dwTrb2 = 0; in xhci_cmd_reset_ep()
1546 trb.dwTrb2 = htole32(temp); in xhci_cmd_set_tr_dequeue_ptr()
1566 trb.dwTrb2 = 0; in xhci_cmd_stop_ep()
1588 trb.dwTrb2 = 0; in xhci_cmd_reset_dev()
1772 td->td_trb[0].dwTrb2 = htole32(dword); in xhci_setup_generic_chain_sub()
1833 td->td_trb[x].dwTrb2 = htole32(dword); in xhci_setup_generic_chain_sub()
1915 td->td_trb[x].dwTrb2 = htole32(dword); in xhci_setup_generic_chain_sub()
1966 td->td_trb[td->ntrb - 1].dwTrb2 &= ~htole32(XHCI_TRB_2_TDSZ_SET(31)); in xhci_setup_generic_chain_sub()
2494 XHCI_MAX_STREAMS) + x].dwTrb2 = 0; in xhci_configure_endpoint_by_xfer()
2726 trb->dwTrb2 = htole32(XHCI_TRB_2_IRQ_SET(0)); in xhci_alloc_device_ext()
2927 trb_link->dwTrb2 = htole32(XHCI_TRB_2_IRQ_SET(0)); in xhci_transfer_insert()
2940 pepext->trb[inext].dwTrb2 = 0; in xhci_transfer_insert()
2946 pepext->trb[i].dwTrb2 = htole32(XHCI_TRB_2_IRQ_SET(0)); in xhci_transfer_insert()