Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/host/
Dxhci-ring.c1219 i_cmd->command_trb); in xhci_handle_stopped_cmd_ring()
1222 i_cmd->command_trb->generic.field[3]) & TRB_CYCLE; in xhci_handle_stopped_cmd_ring()
1224 i_cmd->command_trb->generic.field[0] = 0; in xhci_handle_stopped_cmd_ring()
1225 i_cmd->command_trb->generic.field[1] = 0; in xhci_handle_stopped_cmd_ring()
1226 i_cmd->command_trb->generic.field[2] = 0; in xhci_handle_stopped_cmd_ring()
1227 i_cmd->command_trb->generic.field[3] = cpu_to_le32( in xhci_handle_stopped_cmd_ring()
1317 if (cmd->command_trb != xhci->cmd_ring->dequeue) { in handle_cmd_completion()
3846 cmd->command_trb = xhci->cmd_ring->enqueue; in queue_command()
Dxhci.h742 union xhci_trb *command_trb; member