Home
last modified time | relevance | path

Searched refs:ack (Results 1 – 15 of 15) sorted by relevance

/qemu/hw/i2c/
H A Domap_i2c.c72 int ack = 1; in omap_i2c_fifo_run() local
84 while (ack && s->txlen) in omap_i2c_fifo_run()
85 ack = (i2c_send(s->bus, in omap_i2c_fifo_run()
96 while (ack && s->count_cur && s->txlen) { in omap_i2c_fifo_run()
97 ack = (i2c_send(s->bus, in omap_i2c_fifo_run()
102 if (ack && s->count_cur) in omap_i2c_fifo_run()
133 s->stat |= (!ack) << 1; /* NACK */ in omap_i2c_fifo_run()
134 if (!ack) in omap_i2c_fifo_run()
/qemu/net/
H A Dtrace-events21 …info(const char *pkt, uint32_t seq, uint32_t ack, int hdlen, int pdlen, int offset, int flags) "%s…
24 …char *src, const char *dst, uint32_t seq, uint32_t ack, uint32_t flag) "%s: src/dst: %s/%s p: seq/
/qemu/target/rx/
H A Dhelper.c67 qemu_set_irq(env->ack, env->ack_irq); in rx_cpu_do_interrupt()
77 qemu_set_irq(env->ack, env->ack_irq); in rx_cpu_do_interrupt()
H A Dcpu.h106 qemu_irq ack; /* Interrupt acknowledge */ member
/qemu/hw/mips/
H A Dmalta.c162 uint8_t ack; member
310 } else if (eeprom->tick == 0 && !eeprom->ack) { in eeprom24c0x_write()
317 if (eeprom->ack) { in eeprom24c0x_write()
320 eeprom->ack = 0; in eeprom24c0x_write()
331 eeprom->ack = 1; in eeprom24c0x_write()
345 eeprom->ack = 1; in eeprom24c0x_write()
/qemu/docs/
H A Dcolo-proxy.txt50 | | | mirror | |redirector| |redirector| | | compare | | | | | | redirector | | ack
81 If receive packet is TCP packet,we will adjust ack
155 In this module we will rewrite tcp packet's ack to the secondary
/qemu/hw/audio/
H A Dsb16.c1003 int iport, retval, ack = 0; in dsp_read() local
1039 ack = 1; in dsp_read()
1048 ack = 1; in dsp_read()
1058 if (!ack) { in dsp_read()
/qemu/hw/rx/
H A Drx62n.c252 s->cpu.env.ack = qdev_get_gpio_in_named(DEVICE(&s->icu), "ack", 0); in rx62n_realize()
/qemu/docs/devel/migration/
H A Dvfio.rst20 enabling "switchover-ack" migration capability.
68 "switchover-ack" migration capability when this capability is enabled.
/qemu/migration/
H A Dtrace-events10 loadvm_state_switchover_ack_needed(unsigned int switchover_ack_pending_num) "Switchover ack pending…
26 loadvm_approve_switchover(unsigned int switchover_ack_pending_num) "Switchover ack pending num=%u"
/qemu/subprojects/libvhost-user/
H A Dlibvhost-user.c2636 bool ack = sync && in _vu_queue_notify() local
2640 if (ack) { in _vu_queue_notify()
2645 if (ack) { in _vu_queue_notify()
/qemu/hw/scsi/
H A Dtrace-events285 lsi_execute_script_io_set(const char *atn, const char *ack, const char *tm, const char *cc) "Set%s%…
286 lsi_execute_script_io_clear(const char *atn, const char *ack, const char *tm, const char *cc) "Clea…
/qemu/qapi/
H A Dmigration.json462 # @switchover-ack: If enabled, migration will not stop the source VM
500 'zero-copy-send', 'postcopy-preempt', 'switchover-ack',
/qemu/docs/interop/
H A Dvhost-user.rst709 rely on the reply-ack feature, so the front-end may send a reply when
710 operation is completed if the reply-ack feature is negotiated and
/qemu/tests/data/qobject/
H A Dqdict.txt943 ar-ack.c: 33274