Searched refs:tmp_cmd (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.15/drivers/scsi/ |
| D | aha1542.c | 288 struct scsi_cmnd *tmp_cmd; in aha1542_interrupt() local 370 tmp_cmd = aha1542->int_cmds[mbo]; in aha1542_interrupt() 372 if (!tmp_cmd || !tmp_cmd->scsi_done) { in aha1542_interrupt() 379 my_done = tmp_cmd->scsi_done; in aha1542_interrupt() 380 aha1542_free_cmd(tmp_cmd); in aha1542_interrupt() 387 memcpy(tmp_cmd->sense_buffer, &ccb[mbo].cdb[ccb[mbo].cdblen], in aha1542_interrupt() 409 tmp_cmd->result = errstatus; in aha1542_interrupt() 413 my_done(tmp_cmd); in aha1542_interrupt() 966 struct scsi_cmnd *tmp_cmd; in aha1542_reset() local 967 tmp_cmd = aha1542->int_cmds[i]; in aha1542_reset() [all …]
|
| /Linux-v5.15/drivers/net/can/usb/kvaser_usb/ |
| D | kvaser_usb_hydra.c | 624 struct kvaser_cmd *tmp_cmd; in kvaser_usb_hydra_wait_cmd() local 627 tmp_cmd = buf + pos; in kvaser_usb_hydra_wait_cmd() 628 cmd_len = kvaser_usb_hydra_cmd_size(tmp_cmd); in kvaser_usb_hydra_wait_cmd() 635 if (tmp_cmd->header.cmd_no == cmd_no) { in kvaser_usb_hydra_wait_cmd() 636 memcpy(cmd, tmp_cmd, cmd_len); in kvaser_usb_hydra_wait_cmd()
|
| /Linux-v5.15/drivers/target/ |
| D | target_core_user.c | 323 struct tcmu_nl_cmd *nl_cmd, *tmp_cmd; in tcmu_set_reset_netlink() local 337 list_for_each_entry_safe(nl_cmd, tmp_cmd, &tcmu_nl_cmd_list, nl_list) { in tcmu_set_reset_netlink() 1730 struct tcmu_cmd *tcmu_cmd, *tmp_cmd; in run_qfull_queue() local 1742 list_for_each_entry_safe(tcmu_cmd, tmp_cmd, &cmds, queue_entry) { in run_qfull_queue() 3178 struct tcmu_cmd *cmd, *tmp_cmd; in check_timedout_devices() local 3195 list_for_each_entry_safe(cmd, tmp_cmd, in check_timedout_devices() 3203 list_for_each_entry_safe(cmd, tmp_cmd, &udev->qfull_queue, in check_timedout_devices()
|
| /Linux-v5.15/drivers/usb/host/ |
| D | xhci-ring.c | 1639 struct xhci_command *cur_cmd, *tmp_cmd; in xhci_cleanup_command_queue() local 1641 list_for_each_entry_safe(cur_cmd, tmp_cmd, &xhci->cmd_list, cmd_list) in xhci_cleanup_command_queue()
|