Searched refs:active_cmd (Results 1 – 7 of 7) sorted by relevance
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 …]
124 struct creg_cmd *active_cmd; member
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()1153 BUG_ON(esp->active_cmd); in esp_reconnect()1218 esp->active_cmd = ent; in esp_reconnect()1239 ent = esp->active_cmd; in esp_finish_select()1274 esp->active_cmd = NULL; in esp_finish_select()1459 struct esp_cmd_entry *ent = esp->active_cmd; in esp_msgin_reject()1599 struct esp_cmd_entry *ent = esp->active_cmd; in esp_msgin_extended()[all …]
434 struct esp_cmd_entry *active_cmd; member
175 struct esp_cmd_entry *ent = esp->active_cmd; in pci_esp_dma_drain()
591 channel->active_cmd = iob; in __qeth_issue_next_read()1324 } else if ((addr_t)intparm != (addr_t)channel->active_cmd) { in qeth_irq()1329 intparm, channel->active_cmd); in qeth_irq()1330 if (channel->active_cmd) in qeth_irq()1331 qeth_cancel_cmd(channel->active_cmd, -EIO); in qeth_irq()1336 channel->active_cmd = NULL; in qeth_irq()1707 rc = ccw_device_clear(channel->ccwdev, (addr_t)channel->active_cmd); in qeth_clear_channel()1729 rc = ccw_device_halt(channel->ccwdev, (addr_t)channel->active_cmd); in qeth_halt_channel()1751 if (channel->active_cmd) { in qeth_stop_channel()1753 channel->active_cmd); in qeth_stop_channel()[all …]
615 struct qeth_cmd_buffer *active_cmd; member