Home
last modified time | relevance | path

Searched refs:receive (Results 1 – 25 of 101) sorted by relevance

12345

/qemu/qapi/
H A Dcommon.json167 # queue or receive queue or both.
169 # @all: the filter is attached both to the receive and the transmit
172 # @rx: the filter is attached to the receive queue of the netdev,
173 # where it will receive packets sent to the netdev.
176 # where it will receive packets sent by the netdev.
H A Dnet.json316 # @rxcookie: 32 or 64 bit receive cookie
320 # @rxsession: 32 bit receive session - if not specified set to the
769 # @none: don't receive any assigned packet
771 # @all: receive all assigned packets
786 # @multicast: multicast receive state
788 # @unicast: unicast receive state
790 # @vlan: vlan receive state (Since 2.0)
792 # @broadcast-allowed: whether to receive broadcast
H A Debpf.json16 # Currently, there is a possible eBPF for receive-side scaling (RSS).
H A Dmisc-target.json40 # @receive-update: The guest is currently being migrated from another
47 'send-update', 'receive-update' ],
/qemu/docs/
H A Dcolo-proxy.txt61 |guest receive | guest send
65 … tap | rx:receive packets sent to t…
66 … | tx:receive packets sent by t…
69 1.Guest receive packet route:
81 If receive packet is TCP packet,we will adjust ack
90 Redirect server filter receive primary guest packet
94 COLO-compare receive primary guest packet then
H A Drdma.txt170 receiver must have reserved space (using a receive
171 work request) on the receive queue (RQ) before QEMUFileRDMA
235 we are *ready* to receive some data bytes on the control channel.
236 2. Before attempting to receive the expected command, we post another
249 work request to receive that data a few moments later.
347 Each time we receive a complete "QEMU File" control-channel
/qemu/include/hw/input/
H A Dtsc2xxx.h23 uint16_t (*receive)(void *opaque); member
/qemu/include/net/
H A Dcan_emu.h92 ssize_t (*receive)(CanBusClientState *, member
/qemu/net/
H A Dvmnet-shared.c94 .receive = vmnet_receive_common,
H A Dvmnet-host.c108 .receive = vmnet_receive_common,
H A Dvde.c73 .receive = vde_receive,
H A Dvmnet-bridged.m131 .receive = vmnet_receive_common,
H A Dsocket.c325 .receive = net_socket_receive_dgram,
416 .receive = net_socket_receive,
/qemu/hw/remote/
H A Dtrace-events4 mpqemu_recv_io_error(int cmd, int size, int nfds) "failed to receive %d size %d, %d file descriptor…
/qemu/net/can/
H A Dcan_core.c120 if (peer->info->receive(peer, frames, frames_cnt) > 0) { in can_bus_client_send()
H A Dcan_socketcan.c187 .receive = can_host_socketcan_receive,
/qemu/hw/net/
H A Dne2000-pci.c52 .receive = ne2000_receive,
H A Dlance.c89 .receive = pcnet_receive,
H A Dne2000-isa.c49 .receive = ne2000_receive,
H A Dlasi_i82596.c95 .receive = i82596_receive,
H A Dxilinx_ethlite.c229 .receive = eth_rx,
/qemu/hw/char/
H A Drenesas_sci.c82 static void receive(void *opaque, const uint8_t *buf, int size) in receive() function
281 qemu_chr_fe_set_handlers(&sci->chr, can_receive, receive, in rsci_realize()
/qemu/hw/ipmi/
H A Dipmi_bmc_extern.c317 static void receive(void *opaque, const uint8_t *buf, int size) in receive() function
498 qemu_chr_fe_set_handlers(&ibe->chr, can_receive, receive, in ipmi_bmc_extern_realize()
/qemu/hw/net/rocker/
H A Drocker_fp.c174 .receive = fp_port_receive,
/qemu/docs/interop/
H A Dbarrier.rst190 does not receive a reply within a reasonable time then the server
191 disconnects the client. if the client doesn't receive these (or any

12345