Home
last modified time | relevance | path

Searched refs:tmp_cmd (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/can/usb/kvaser_usb/
H A Dkvaser_usb_hydra.c674 struct kvaser_cmd *tmp_cmd; in kvaser_usb_hydra_wait_cmd() local
677 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()
/linux/drivers/target/
H A Dtarget_core_user.c324 struct tcmu_nl_cmd *nl_cmd, *tmp_cmd; in tcmu_set_reset_netlink() local
338 list_for_each_entry_safe(nl_cmd, tmp_cmd, &tcmu_nl_cmd_list, nl_list) { in tcmu_set_reset_netlink()
1752 struct tcmu_cmd *tcmu_cmd, *tmp_cmd; in run_qfull_queue() local
1764 list_for_each_entry_safe(tcmu_cmd, tmp_cmd, &cmds, queue_entry) { in run_qfull_queue()
3266 struct tcmu_cmd *cmd, *tmp_cmd; in check_timedout_devices() local
3283 list_for_each_entry_safe(cmd, tmp_cmd, in check_timedout_devices()
3291 list_for_each_entry_safe(cmd, tmp_cmd, &udev->qfull_queue, in check_timedout_devices()
/linux/drivers/usb/host/
H A Dxhci-ring.c1711 struct xhci_command *cur_cmd, *tmp_cmd; in xhci_cleanup_command_queue() local
1713 list_for_each_entry_safe(cur_cmd, tmp_cmd, &xhci->cmd_list, cmd_list) in xhci_cleanup_command_queue()