Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/host/
Dxhci-ring.c1480 union xhci_trb *cmd_trb; in handle_cmd_completion() local
1484 cmd_dma = le64_to_cpu(event->cmd_trb); in handle_cmd_completion()
1485 cmd_trb = xhci->cmd_ring->dequeue; in handle_cmd_completion()
1487 trace_xhci_handle_command(xhci->cmd_ring, &cmd_trb->generic); in handle_cmd_completion()
1490 cmd_trb); in handle_cmd_completion()
1534 cmd_type = TRB_FIELD_TO_TYPE(le32_to_cpu(cmd_trb->generic.field[3])); in handle_cmd_completion()
1554 le32_to_cpu(cmd_trb->generic.field[3]))); in handle_cmd_completion()
1556 xhci_handle_cmd_stop_ep(xhci, slot_id, cmd_trb, event); in handle_cmd_completion()
1560 le32_to_cpu(cmd_trb->generic.field[3]))); in handle_cmd_completion()
1561 xhci_handle_cmd_set_deq(xhci, slot_id, cmd_trb, cmd_comp_code); in handle_cmd_completion()
[all …]
Dxhci.h1222 __le64 cmd_trb; member
1556 union xhci_trb *cmd_trb; member