Home
last modified time | relevance | path

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

/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()
/drivers/s390/char/
A Dsclp.c78 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()
/drivers/usb/gadget/function/
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()
/drivers/s390/net/
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()
A Dqeth_core_main.c456 channel->active_cmd = iob; in __qeth_issue_next_read()
1229 } else if ((addr_t)intparm != (addr_t)channel->active_cmd) { in qeth_irq()
1234 intparm, channel->active_cmd); in qeth_irq()
1235 if (channel->active_cmd) in qeth_irq()
1236 qeth_cancel_cmd(channel->active_cmd, -EIO); in qeth_irq()
1676 rc = ccw_device_clear(channel->ccwdev, (addr_t)channel->active_cmd); in qeth_clear_channel()
1698 rc = ccw_device_halt(channel->ccwdev, (addr_t)channel->active_cmd); in qeth_halt_channel()
1720 if (channel->active_cmd) in qeth_stop_channel()
1722 channel->active_cmd); in qeth_stop_channel()
1736 xchg(&channel->active_cmd, NULL); in qeth_start_channel()

Completed in 39 milliseconds