Searched refs:ack (Results 1 – 15 of 15) sorted by relevance
/qemu/hw/i2c/ |
H A D | omap_i2c.c | 72 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 D | trace-events | 21 …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 D | helper.c | 67 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 D | cpu.h | 106 qemu_irq ack; /* Interrupt acknowledge */ member
|
/qemu/hw/mips/ |
H A D | malta.c | 162 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 D | colo-proxy.txt | 50 | | | 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 D | sb16.c | 1003 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 D | rx62n.c | 252 s->cpu.env.ack = qdev_get_gpio_in_named(DEVICE(&s->icu), "ack", 0); in rx62n_realize()
|
/qemu/docs/devel/migration/ |
H A D | vfio.rst | 20 enabling "switchover-ack" migration capability. 68 "switchover-ack" migration capability when this capability is enabled.
|
/qemu/migration/ |
H A D | trace-events | 10 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 D | libvhost-user.c | 2636 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 D | trace-events | 285 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 D | migration.json | 462 # @switchover-ack: If enabled, migration will not stop the source VM 500 'zero-copy-send', 'postcopy-preempt', 'switchover-ack',
|
/qemu/docs/interop/ |
H A D | vhost-user.rst | 709 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 D | qdict.txt | 943 ar-ack.c: 33274
|