Searched refs:announce (Results 1 – 10 of 10) sorted by relevance
170 if (nic->ncs->info->announce) { in qemu_announce_self_iter()171 nic->ncs->info->announce(nic->ncs); in qemu_announce_self_iter()
2 'announce.c',
3 # announce.c
739 # @announce-initial: Initial delay (in milliseconds) before sending740 # the first announce (Since 4.0)742 # @announce-max: Maximum delay (in milliseconds) between packets in745 # @announce-rounds: Number of self-announce packets sent after748 # @announce-step: Increase in delay (in milliseconds) between897 'data': ['announce-initial', 'announce-max',898 'announce-rounds', 'announce-step',920 # @announce-initial: Initial delay (in milliseconds) before sending921 # the first announce (Since 4.0)923 # @announce-max: Maximum delay (in milliseconds) between packets in[all …]
915 # Parameters for self-announce timers929 # @id: A name to be used to identify an instance of announce-timers945 # @announce-self:963 { 'command': 'announce-self', 'boxed': true,
28 # announce presence to the hypervisor
92 NetAnnounce *announce; member
183 # name='virtio-net-tests/announce-self' type=3 cmd_line='(null)' [available]188 The ``virtio-net-tests/announce-self`` test is listed as "available" in the
904 of migration. The timings of the round are set by the migration announce906 announce to the named set of interfaces. An optional *id* can be used to907 start a separate announce timer and to change the parameters of it later.
3518 .announce = virtio_net_announce,