Lines Matching refs:cmd_trb
1296 union xhci_trb *cmd_trb; in handle_cmd_completion() local
1300 cmd_dma = le64_to_cpu(event->cmd_trb); in handle_cmd_completion()
1301 cmd_trb = xhci->cmd_ring->dequeue; in handle_cmd_completion()
1303 cmd_trb); in handle_cmd_completion()
1325 trace_xhci_cmd_completion(cmd_trb, (struct xhci_generic_trb *) event); in handle_cmd_completion()
1346 cmd_type = TRB_FIELD_TO_TYPE(le32_to_cpu(cmd_trb->generic.field[3])); in handle_cmd_completion()
1365 le32_to_cpu(cmd_trb->generic.field[3]))); in handle_cmd_completion()
1366 xhci_handle_cmd_stop_ep(xhci, slot_id, cmd_trb, event); in handle_cmd_completion()
1370 le32_to_cpu(cmd_trb->generic.field[3]))); in handle_cmd_completion()
1371 xhci_handle_cmd_set_deq(xhci, slot_id, cmd_trb, cmd_comp_code); in handle_cmd_completion()
1380 le32_to_cpu(cmd_trb->generic.field[3]))); in handle_cmd_completion()
1381 xhci_handle_cmd_reset_ep(xhci, slot_id, cmd_trb, cmd_comp_code); in handle_cmd_completion()
1388 le32_to_cpu(cmd_trb->generic.field[3])); in handle_cmd_completion()