Searched refs:i_cmd (Results 1 – 2 of 2) sorted by relevance
1206 struct xhci_command *i_cmd, *tmp_cmd; in xhci_handle_stopped_cmd_ring() local1210 list_for_each_entry_safe(i_cmd, tmp_cmd, &xhci->cmd_list, in xhci_handle_stopped_cmd_ring()1213 if (i_cmd->status != COMP_CMD_ABORT) in xhci_handle_stopped_cmd_ring()1216 i_cmd->status = COMP_CMD_STOP; in xhci_handle_stopped_cmd_ring()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()
2168 u64 i_cmd:8; member