tmp_cmd 598 drivers/net/can/usb/kvaser_usb/kvaser_usb_hydra.c struct kvaser_cmd *tmp_cmd; tmp_cmd 601 drivers/net/can/usb/kvaser_usb/kvaser_usb_hydra.c tmp_cmd = buf + pos; tmp_cmd 602 drivers/net/can/usb/kvaser_usb/kvaser_usb_hydra.c cmd_len = kvaser_usb_hydra_cmd_size(tmp_cmd); tmp_cmd 609 drivers/net/can/usb/kvaser_usb/kvaser_usb_hydra.c if (tmp_cmd->header.cmd_no == cmd_no) { tmp_cmd 610 drivers/net/can/usb/kvaser_usb/kvaser_usb_hydra.c memcpy(cmd, tmp_cmd, cmd_len); tmp_cmd 267 drivers/scsi/aha1542.c struct scsi_cmnd *tmp_cmd; tmp_cmd 347 drivers/scsi/aha1542.c tmp_cmd = aha1542->int_cmds[mbo]; tmp_cmd 349 drivers/scsi/aha1542.c if (!tmp_cmd || !tmp_cmd->scsi_done) { tmp_cmd 356 drivers/scsi/aha1542.c my_done = tmp_cmd->scsi_done; tmp_cmd 357 drivers/scsi/aha1542.c aha1542_free_cmd(tmp_cmd); tmp_cmd 362 drivers/scsi/aha1542.c memcpy(tmp_cmd->sense_buffer, &ccb[mbo].cdb[ccb[mbo].cdblen], tmp_cmd 384 drivers/scsi/aha1542.c tmp_cmd->result = errstatus; tmp_cmd 387 drivers/scsi/aha1542.c my_done(tmp_cmd); tmp_cmd 949 drivers/scsi/aha1542.c struct scsi_cmnd *tmp_cmd; tmp_cmd 950 drivers/scsi/aha1542.c tmp_cmd = aha1542->int_cmds[i]; tmp_cmd 952 drivers/scsi/aha1542.c if (tmp_cmd->device->soft_reset) { tmp_cmd 961 drivers/scsi/aha1542.c aha1542_free_cmd(tmp_cmd); tmp_cmd 304 drivers/target/target_core_user.c struct tcmu_nl_cmd *nl_cmd, *tmp_cmd; tmp_cmd 318 drivers/target/target_core_user.c list_for_each_entry_safe(nl_cmd, tmp_cmd, &tcmu_nl_cmd_list, nl_list) { tmp_cmd 1201 drivers/target/target_core_user.c struct tcmu_cmd *tcmu_cmd, *tmp_cmd; tmp_cmd 1204 drivers/target/target_core_user.c list_for_each_entry_safe(tcmu_cmd, tmp_cmd, queue, queue_entry) { tmp_cmd 1412 drivers/target/target_core_user.c struct tcmu_cmd *tcmu_cmd, *tmp_cmd; tmp_cmd 1425 drivers/target/target_core_user.c list_for_each_entry_safe(tcmu_cmd, tmp_cmd, &cmds, queue_entry) { tmp_cmd 1330 drivers/usb/host/xhci-ring.c struct xhci_command *cur_cmd, *tmp_cmd; tmp_cmd 1332 drivers/usb/host/xhci-ring.c list_for_each_entry_safe(cur_cmd, tmp_cmd, &xhci->cmd_list, cmd_list)