Searched refs:tmp_cmd (Results 1 – 2 of 2) sorted by relevance
674 struct kvaser_cmd *tmp_cmd; in kvaser_usb_hydra_wait_cmd() local677 tmp_cmd = buf + pos; in kvaser_usb_hydra_wait_cmd()678 cmd_len = kvaser_usb_hydra_cmd_size(tmp_cmd); in kvaser_usb_hydra_wait_cmd()685 if (tmp_cmd->header.cmd_no == cmd_no) { in kvaser_usb_hydra_wait_cmd()686 memcpy(cmd, tmp_cmd, cmd_len); in kvaser_usb_hydra_wait_cmd()
1711 struct xhci_command *cur_cmd, *tmp_cmd; in xhci_cleanup_command_queue() local1713 list_for_each_entry_safe(cur_cmd, tmp_cmd, &xhci->cmd_list, cmd_list) in xhci_cleanup_command_queue()