Lines Matching refs:cmd_trb
1670 union xhci_trb *cmd_trb;
1679 cmd_dma = le64_to_cpu(event->cmd_trb);
1680 cmd_trb = xhci->cmd_ring->dequeue;
1682 trace_xhci_handle_command(xhci->cmd_ring, &cmd_trb->generic);
1685 cmd_trb);
1729 cmd_type = TRB_FIELD_TO_TYPE(le32_to_cpu(cmd_trb->generic.field[3]));
1748 le32_to_cpu(cmd_trb->generic.field[3])));
1750 xhci_handle_cmd_stop_ep(xhci, slot_id, cmd_trb,
1755 le32_to_cpu(cmd_trb->generic.field[3])));
1756 xhci_handle_cmd_set_deq(xhci, slot_id, cmd_trb, cmd_comp_code);
1765 le32_to_cpu(cmd_trb->generic.field[3])));
1766 xhci_handle_cmd_reset_ep(xhci, slot_id, cmd_trb, cmd_comp_code);
1773 le32_to_cpu(cmd_trb->generic.field[3]));