Searched refs:active_cmd (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/scsi/ |
H A D | esp_scsi.c | 675 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() 1145 BUG_ON(esp->active_cmd); in esp_reconnect() 1210 esp->active_cmd = ent; in esp_reconnect() 1231 ent = esp->active_cmd; in esp_finish_select() 1266 esp->active_cmd = NULL; in esp_finish_select() 1451 struct esp_cmd_entry *ent = esp->active_cmd; in esp_msgin_reject() 1591 struct esp_cmd_entry *ent = esp->active_cmd; in esp_msgin_extended() [all …]
|
H A D | esp_scsi.h | 435 struct esp_cmd_entry *active_cmd; member
|
H A D | am53c974.c | 175 struct esp_cmd_entry *ent = esp->active_cmd; in pci_esp_dma_drain()
|
/linux/drivers/s390/char/ |
H A D | sclp.c | 77 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/drivers/s390/net/ |
H A D | qeth_core.h | 604 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 D | qeth_core_main.c | 455 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()
|