Home
last modified time | relevance | path

Searched refs:tmp_cmd (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/
H A Daha1542.c267 struct scsi_cmnd *tmp_cmd; in aha1542_interrupt() local
347 tmp_cmd = aha1542->int_cmds[mbo]; in aha1542_interrupt()
349 if (!tmp_cmd || !tmp_cmd->scsi_done) { in aha1542_interrupt()
356 my_done = tmp_cmd->scsi_done; in aha1542_interrupt()
357 aha1542_free_cmd(tmp_cmd); in aha1542_interrupt()
362 memcpy(tmp_cmd->sense_buffer, &ccb[mbo].cdb[ccb[mbo].cdblen], in aha1542_interrupt()
384 tmp_cmd->result = errstatus; in aha1542_interrupt()
387 my_done(tmp_cmd); in aha1542_interrupt()
949 struct scsi_cmnd *tmp_cmd; in aha1542_reset() local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H A Daha1542.c285 struct scsi_cmnd *tmp_cmd; in aha1542_interrupt() local
367 tmp_cmd = aha1542->int_cmds[mbo]; in aha1542_interrupt()
369 if (!tmp_cmd) { in aha1542_interrupt()
376 aha1542_free_cmd(tmp_cmd); in aha1542_interrupt()
383 memcpy(tmp_cmd->sense_buffer, &ccb[mbo].cdb[ccb[mbo].cdblen], in aha1542_interrupt()
405 tmp_cmd->result = errstatus; in aha1542_interrupt()
409 scsi_done(tmp_cmd); in aha1542_interrupt()
962 struct scsi_cmnd *tmp_cmd; in aha1542_reset() local
963 tmp_cmd = aha1542->int_cmds[i]; in aha1542_reset()
965 if (tmp_cmd in aha1542_reset()
[all...]
/kernel/linux/linux-5.10/drivers/target/
H A Dtarget_core_user.c317 struct tcmu_nl_cmd *nl_cmd, *tmp_cmd; in tcmu_set_reset_netlink() local
331 list_for_each_entry_safe(nl_cmd, tmp_cmd, &tcmu_nl_cmd_list, nl_list) { in tcmu_set_reset_netlink()
1585 struct tcmu_cmd *tcmu_cmd, *tmp_cmd; in run_qfull_queue() local
1597 list_for_each_entry_safe(tcmu_cmd, tmp_cmd, &cmds, queue_entry) { in run_qfull_queue()
2934 struct tcmu_cmd *cmd, *tmp_cmd; in check_timedout_devices() local
2951 list_for_each_entry_safe(cmd, tmp_cmd, in check_timedout_devices()
2959 list_for_each_entry_safe(cmd, tmp_cmd, &udev->qfull_queue, in check_timedout_devices()
/kernel/linux/linux-5.10/drivers/net/can/usb/kvaser_usb/
H A Dkvaser_usb_hydra.c615 struct kvaser_cmd *tmp_cmd; in kvaser_usb_hydra_wait_cmd() local
618 tmp_cmd = buf + pos; in kvaser_usb_hydra_wait_cmd()
619 cmd_len = kvaser_usb_hydra_cmd_size(tmp_cmd); in kvaser_usb_hydra_wait_cmd()
626 if (tmp_cmd->header.cmd_no == cmd_no) { in kvaser_usb_hydra_wait_cmd()
627 memcpy(cmd, tmp_cmd, cmd_len); in kvaser_usb_hydra_wait_cmd()
/kernel/linux/linux-6.6/drivers/net/can/usb/kvaser_usb/
H A Dkvaser_usb_hydra.c642 struct kvaser_cmd *tmp_cmd; in kvaser_usb_hydra_wait_cmd() local
645 tmp_cmd = buf + pos; in kvaser_usb_hydra_wait_cmd()
646 cmd_len = kvaser_usb_hydra_cmd_size(tmp_cmd); in kvaser_usb_hydra_wait_cmd()
653 if (tmp_cmd->header.cmd_no == cmd_no) { in kvaser_usb_hydra_wait_cmd()
654 memcpy(cmd, tmp_cmd, cmd_len); in kvaser_usb_hydra_wait_cmd()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci-ring.c1509 struct xhci_command *cur_cmd, *tmp_cmd; in xhci_cleanup_command_queue() local
1511 list_for_each_entry_safe(cur_cmd, tmp_cmd, &xhci->cmd_list, cmd_list) in xhci_cleanup_command_queue()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci-ring.c1579 struct xhci_command *cur_cmd, *tmp_cmd; in xhci_cleanup_command_queue() local
1581 list_for_each_entry_safe(cur_cmd, tmp_cmd, &xhci->cmd_list, cmd_list) in xhci_cleanup_command_queue()

Completed in 29 milliseconds