Lines Matching refs:cmd_trb
1785 union xhci_trb *cmd_trb; in handle_cmd_completion() local
1794 cmd_dma = le64_to_cpu(event->cmd_trb); in handle_cmd_completion()
1795 cmd_trb = xhci->cmd_ring->dequeue; in handle_cmd_completion()
1797 trace_xhci_handle_command(xhci->cmd_ring, &cmd_trb->generic); in handle_cmd_completion()
1808 cmd_trb); in handle_cmd_completion()
1844 cmd_type = TRB_FIELD_TO_TYPE(le32_to_cpu(cmd_trb->generic.field[3])); in handle_cmd_completion()
1863 le32_to_cpu(cmd_trb->generic.field[3]))); in handle_cmd_completion()
1865 xhci_handle_cmd_stop_ep(xhci, slot_id, cmd_trb, in handle_cmd_completion()
1870 le32_to_cpu(cmd_trb->generic.field[3]))); in handle_cmd_completion()
1871 xhci_handle_cmd_set_deq(xhci, slot_id, cmd_trb, cmd_comp_code); in handle_cmd_completion()
1880 le32_to_cpu(cmd_trb->generic.field[3]))); in handle_cmd_completion()
1881 xhci_handle_cmd_reset_ep(xhci, slot_id, cmd_trb, cmd_comp_code); in handle_cmd_completion()
1888 le32_to_cpu(cmd_trb->generic.field[3])); in handle_cmd_completion()