Lines Matching refs:cmd_trb
1576 union xhci_trb *cmd_trb;
1580 cmd_dma = le64_to_cpu(event->cmd_trb);
1581 cmd_trb = xhci->cmd_ring->dequeue;
1583 trace_xhci_handle_command(xhci->cmd_ring, &cmd_trb->generic);
1586 cmd_trb);
1630 cmd_type = TRB_FIELD_TO_TYPE(le32_to_cpu(cmd_trb->generic.field[3]));
1650 le32_to_cpu(cmd_trb->generic.field[3])));
1652 xhci_handle_cmd_stop_ep(xhci, slot_id, cmd_trb, event);
1656 le32_to_cpu(cmd_trb->generic.field[3])));
1657 xhci_handle_cmd_set_deq(xhci, slot_id, cmd_trb, cmd_comp_code);
1666 le32_to_cpu(cmd_trb->generic.field[3])));
1667 xhci_handle_cmd_reset_ep(xhci, slot_id, cmd_trb, cmd_comp_code);
1674 le32_to_cpu(cmd_trb->generic.field[3]));