Searched refs:active_cmd (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/block/rsxx/ |
| A D | cregs.c | 198 cmd = card->creg_ctrl.active_cmd; in creg_cmd_timed_out() 199 card->creg_ctrl.active_cmd = NULL; in creg_cmd_timed_out() 239 cmd = card->creg_ctrl.active_cmd; in creg_cmd_done() 240 card->creg_ctrl.active_cmd = NULL; in creg_cmd_done() 328 cmd = card->creg_ctrl.active_cmd; in creg_reset() 329 card->creg_ctrl.active_cmd = NULL; in creg_reset() 698 cmd = card->creg_ctrl.active_cmd; in rsxx_eeh_save_issued_creg() 699 card->creg_ctrl.active_cmd = NULL; in rsxx_eeh_save_issued_creg() 723 card->creg_ctrl.active_cmd = NULL; in rsxx_creg_setup() 759 cmd = card->creg_ctrl.active_cmd; in rsxx_creg_destroy() [all …]
|
| A D | rsxx_priv.h | 123 struct creg_cmd *active_cmd; member
|
| /linux/drivers/scsi/ |
| 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() 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 D | esp_scsi.h | 434 struct esp_cmd_entry *active_cmd; member
|
| A D | am53c974.c | 175 struct esp_cmd_entry *ent = esp->active_cmd; in pci_esp_dma_drain()
|
| /linux/drivers/s390/char/ |
| A D | sclp.c | 77 static sclp_cmdw_t active_cmd; variable 401 active_cmd = command; in sclp_service_call_trace() 666 sclp_trace_sccb(0, "INT", param32, active_cmd, active_cmd, in sclp_interrupt_handler() 668 !ok_response(finished_sccb, active_cmd)); in sclp_interrupt_handler() 692 active_cmd = 0; in sclp_interrupt_handler()
|
| /linux/drivers/s390/net/ |
| A D | qeth_core.h | 604 struct qeth_cmd_buffer *active_cmd; member 873 xchg(&channel->active_cmd, NULL); in qeth_unlock_channel() 880 return cmpxchg(&channel->active_cmd, NULL, cmd) == NULL; in qeth_trylock_channel()
|
| A D | qeth_core_main.c | 455 channel->active_cmd = iob; in __qeth_issue_next_read() 1170 } else if ((addr_t)intparm != (addr_t)channel->active_cmd) { in qeth_irq() 1175 intparm, channel->active_cmd); in qeth_irq() 1176 if (channel->active_cmd) in qeth_irq() 1177 qeth_cancel_cmd(channel->active_cmd, -EIO); in qeth_irq() 1597 rc = ccw_device_clear(channel->ccwdev, (addr_t)channel->active_cmd); in qeth_clear_channel() 1619 rc = ccw_device_halt(channel->ccwdev, (addr_t)channel->active_cmd); in qeth_halt_channel() 1641 if (channel->active_cmd) in qeth_stop_channel() 1643 channel->active_cmd); in qeth_stop_channel() 1657 xchg(&channel->active_cmd, NULL); in qeth_start_channel()
|
Completed in 39 milliseconds