Searched refs:active_cmd (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.15/drivers/block/rsxx/ |
D | cregs.c | 130 card->creg_ctrl.active_cmd = list_first_entry(&card->creg_ctrl.queue, in creg_kick_queue() 132 list_del(&card->creg_ctrl.active_cmd->list); in creg_kick_queue() 144 creg_issue_cmd(card, card->creg_ctrl.active_cmd); in creg_kick_queue() 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() [all …]
|
D | rsxx_priv.h | 123 struct creg_cmd *active_cmd; member
|
/Linux-v5.15/drivers/scsi/ |
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() 1147 BUG_ON(esp->active_cmd); in esp_reconnect() 1212 esp->active_cmd = ent; in esp_reconnect() 1233 ent = esp->active_cmd; in esp_finish_select() 1268 esp->active_cmd = NULL; in esp_finish_select() 1453 struct esp_cmd_entry *ent = esp->active_cmd; in esp_msgin_reject() 1593 struct esp_cmd_entry *ent = esp->active_cmd; in esp_msgin_extended() [all …]
|
D | esp_scsi.h | 434 struct esp_cmd_entry *active_cmd; member
|
D | am53c974.c | 175 struct esp_cmd_entry *ent = esp->active_cmd; in pci_esp_dma_drain()
|
/Linux-v5.15/drivers/s390/char/ |
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-v5.15/drivers/s390/net/ |
D | qeth_core.h | 605 struct qeth_cmd_buffer *active_cmd; member 876 xchg(&channel->active_cmd, NULL); in qeth_unlock_channel() 883 return cmpxchg(&channel->active_cmd, NULL, cmd) == NULL; in qeth_trylock_channel()
|
D | qeth_core_main.c | 459 channel->active_cmd = iob; in __qeth_issue_next_read() 1174 } else if ((addr_t)intparm != (addr_t)channel->active_cmd) { in qeth_irq() 1179 intparm, channel->active_cmd); in qeth_irq() 1180 if (channel->active_cmd) in qeth_irq() 1181 qeth_cancel_cmd(channel->active_cmd, -EIO); in qeth_irq() 1602 rc = ccw_device_clear(channel->ccwdev, (addr_t)channel->active_cmd); in qeth_clear_channel() 1624 rc = ccw_device_halt(channel->ccwdev, (addr_t)channel->active_cmd); in qeth_halt_channel() 1646 if (channel->active_cmd) in qeth_stop_channel() 1648 channel->active_cmd); in qeth_stop_channel() 1662 xchg(&channel->active_cmd, NULL); in qeth_start_channel()
|