Home
last modified time | relevance | path

Searched refs:command_trb (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/usb/host/
H A Dxhci-ring.c410 i_cmd->command_trb); in xhci_handle_stopped_cmd_ring()
412 trb_to_noop(i_cmd->command_trb, TRB_CMD_NOOP); in xhci_handle_stopped_cmd_ring()
1697 cmd_field3 = le32_to_cpu(xhci->current_cmd->command_trb->generic.field[3]); in xhci_handle_command_timeout()
1799 if (cmd->command_trb != xhci->cmd_ring->dequeue) { in handle_cmd_completion()
4358 cmd->command_trb = xhci->cmd_ring->enqueue; in queue_command()
H A Dxhci.h538 union xhci_trb *command_trb; member
/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.h735 union cdnsp_trb *command_trb; member
H A Dcdnsp-gadget.c534 cmd_trb = pdev->cmd.command_trb; in cdnsp_wait_for_cmd_compl()
H A Dcdnsp-ring.c2395 pdev->cmd.command_trb = pdev->cmd_ring->enqueue; in cdnsp_queue_command()