Home
last modified time | relevance | path

Searched refs:active_cmd (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/drivers/scsi/
H A Desp_scsi.c675 esp->active_cmd = ent; in esp_autosense()
746 if (esp->active_cmd || in esp_maybe_execute_command()
767 esp->active_cmd = ent; in esp_maybe_execute_command()
905 esp->active_cmd = NULL; in esp_cmd_is_done()
1210 esp->active_cmd = ent; in esp_reconnect()
1231 ent = esp->active_cmd; in esp_finish_select()
1647 ent = esp->active_cmd; in esp_msgin_process()
1885 if (esp->active_cmd) in esp_process_event()
2158 if (esp->active_cmd) in __esp_interrupt()
2503 ent = esp->active_cmd; in esp_eh_abort_handler()
[all …]
H A Desp_scsi.h435 struct esp_cmd_entry *active_cmd; member
H A Dam53c974.c175 struct esp_cmd_entry *ent = esp->active_cmd; in pci_esp_dma_drain()
/linux-6.15/drivers/s390/char/
H A Dsclp.c77 static sclp_cmdw_t active_cmd; variable
395 active_cmd = command; in sclp_service_call_trace()
660 sclp_trace_sccb(0, "INT", param32, active_cmd, active_cmd, in sclp_interrupt_handler()
662 !ok_response(finished_sccb, active_cmd)); in sclp_interrupt_handler()
686 active_cmd = 0; in sclp_interrupt_handler()
/linux-6.15/drivers/usb/gadget/function/
H A Df_tcm.c1270 struct usbg_cmd *active_cmd = NULL; in usbg_cmd_work() local
1277 active_cmd = &((struct usbg_cmd *)se_sess->sess_cmd_map)[i]; in usbg_cmd_work()
1278 if (active_cmd->tag == cmd->tag) in usbg_cmd_work()
1283 if (!stream || (active_cmd && active_cmd->tag != cmd->tag)) { in usbg_cmd_work()
1326 active_cmd->tmr_rsp = RC_OVERLAPPED_TAG; in usbg_cmd_work()
1327 usbg_aborted_task(&active_cmd->se_cmd); in usbg_cmd_work()
1404 struct usbg_cmd *active_cmd; in usbg_submit_command() local
1409 active_cmd = &((struct usbg_cmd *)se_sess->sess_cmd_map)[i]; in usbg_submit_command()
1411 if (active_cmd->tag == scsi_tag) { in usbg_submit_command()
/linux-6.15/drivers/s390/net/
H A Dqeth_core.h604 struct qeth_cmd_buffer *active_cmd; member
870 xchg(&channel->active_cmd, NULL); in qeth_unlock_channel()
877 return cmpxchg(&channel->active_cmd, NULL, cmd) == NULL; in qeth_trylock_channel()
H A Dqeth_core_main.c455 channel->active_cmd = iob; in __qeth_issue_next_read()
1228 } else if ((addr_t)intparm != (addr_t)channel->active_cmd) { in qeth_irq()
1233 intparm, channel->active_cmd); in qeth_irq()
1234 if (channel->active_cmd) in qeth_irq()
1235 qeth_cancel_cmd(channel->active_cmd, -EIO); in qeth_irq()
1675 rc = ccw_device_clear(channel->ccwdev, (addr_t)channel->active_cmd); in qeth_clear_channel()
1697 rc = ccw_device_halt(channel->ccwdev, (addr_t)channel->active_cmd); in qeth_halt_channel()
1719 if (channel->active_cmd) in qeth_stop_channel()
1721 channel->active_cmd); in qeth_stop_channel()
1735 xchg(&channel->active_cmd, NULL); in qeth_start_channel()