Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/scsi/
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 …]
A Desp_scsi.h435 struct esp_cmd_entry *active_cmd; member
A Dam53c974.c175 struct esp_cmd_entry *ent = esp->active_cmd; in pci_esp_dma_drain()
/linux-6.3-rc2/drivers/s390/char/
A Dsclp.c77 static sclp_cmdw_t active_cmd; variable
396 active_cmd = command; in sclp_service_call_trace()
661 sclp_trace_sccb(0, "INT", param32, active_cmd, active_cmd, in sclp_interrupt_handler()
663 !ok_response(finished_sccb, active_cmd)); in sclp_interrupt_handler()
687 active_cmd = 0; in sclp_interrupt_handler()
/linux-6.3-rc2/drivers/s390/net/
A Dqeth_core.h604 struct qeth_cmd_buffer *active_cmd; member
871 xchg(&channel->active_cmd, NULL); in qeth_unlock_channel()
878 return cmpxchg(&channel->active_cmd, NULL, cmd) == NULL; in qeth_trylock_channel()
A Dqeth_core_main.c452 channel->active_cmd = iob; in __qeth_issue_next_read()
1211 } else if ((addr_t)intparm != (addr_t)channel->active_cmd) { in qeth_irq()
1216 intparm, channel->active_cmd); in qeth_irq()
1217 if (channel->active_cmd) in qeth_irq()
1218 qeth_cancel_cmd(channel->active_cmd, -EIO); in qeth_irq()
1638 rc = ccw_device_clear(channel->ccwdev, (addr_t)channel->active_cmd); in qeth_clear_channel()
1660 rc = ccw_device_halt(channel->ccwdev, (addr_t)channel->active_cmd); in qeth_halt_channel()
1682 if (channel->active_cmd) in qeth_stop_channel()
1684 channel->active_cmd); in qeth_stop_channel()
1698 xchg(&channel->active_cmd, NULL); in qeth_start_channel()

Completed in 35 milliseconds