Home
last modified time | relevance | path

Searched refs:abort_cmd (Results 1 – 4 of 4) sorted by relevance

/qemu/hw/scsi/
H A Dmegasas.c1942 MegasasCmd *abort_cmd; in megasas_handle_abort() local
1948 abort_cmd = megasas_lookup_frame(s, abort_addr); in megasas_handle_abort()
1949 if (!abort_cmd) { in megasas_handle_abort()
1957 if (abort_cmd->context != abort_ctx) { in megasas_handle_abort()
1958 trace_megasas_abort_invalid_context(cmd->index, abort_cmd->context, in megasas_handle_abort()
1959 abort_cmd->index); in megasas_handle_abort()
1963 trace_megasas_abort_frame(cmd->index, abort_cmd->index); in megasas_handle_abort()
1964 megasas_abort_command(abort_cmd); in megasas_handle_abort()
1965 if (!s->event_cmd || abort_cmd != s->event_cmd) { in megasas_handle_abort()
H A Dtrace-events105 megasas_abort_frame(int cmd, int abort_cmd) "scmd %d: frame 0x%x"
107 megasas_abort_invalid_context(int cmd, uint64_t context, int abort_cmd) "scmd %d: invalid frame con…
/qemu/hw/ide/
H A Dcore.c1682 goto abort_cmd; in cmd_set_features()
1742 goto abort_cmd; in cmd_set_features()
1748 abort_cmd: in cmd_set_features()
1908 goto abort_cmd; in cmd_smart()
1912 goto abort_cmd; in cmd_smart()
1933 goto abort_cmd; in cmd_smart()
2040 goto abort_cmd; in cmd_smart()
2063 goto abort_cmd; in cmd_smart()
2068 abort_cmd: in cmd_smart()
/qemu/
H A Dqemu-io-cmds.c2552 static const cmdinfo_t abort_cmd = { variable
2764 qemuio_add_command(&abort_cmd); in init_qemuio_commands()