Home
last modified time | relevance | path

Searched refs:cmd_trb (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/usb/host/
Dxhci-ring.c1296 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()
[all …]
Dxhci.h1143 __le64 cmd_trb; member
1357 union xhci_trb *cmd_trb; member
Dxhci-dbg.c301 address = le64_to_cpu(trb->event_cmd.cmd_trb); in xhci_debug_trb()