Searched refs:command_trb (Results 1 – 2 of 2) sorted by relevance
1219 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()4030 cmd->command_trb = xhci->cmd_ring->enqueue; in queue_command()
790 union xhci_trb *command_trb; member