Home
last modified time | relevance | path

Searched refs:qemu_get_peer (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/hw/net/
H A Dvhost_net.c183 peer = qemu_get_peer(ncs, i); in vhost_net_disable_notifiers_nvhosts()
185 peer = qemu_get_peer(ncs, n->max_queue_pairs); in vhost_net_disable_notifiers_nvhosts()
209 peer = qemu_get_peer(ncs, i); in vhost_net_disable_notifiers_nvhosts()
211 peer = qemu_get_peer(ncs, n->max_queue_pairs); in vhost_net_disable_notifiers_nvhosts()
258 peer = qemu_get_peer(ncs, i); in vhost_net_enable_notifiers()
260 peer = qemu_get_peer(ncs, n->max_queue_pairs); in vhost_net_enable_notifiers()
516 peer = qemu_get_peer(ncs, i); in vhost_net_start()
518 peer = qemu_get_peer(ncs, n->max_queue_pairs); in vhost_net_start()
547 peer = qemu_get_peer(ncs, i); in vhost_net_start()
549 peer = qemu_get_peer(ncs, n->max_queue_pairs); in vhost_net_start()
[all …]
H A Dvirtio-net.c1239 NetClientState *nc = qemu_get_peer(qemu_get_queue(nic), 0); in virtio_net_attach_ebpf_to_backend()
/openbmc/qemu/include/net/
H A Dnet.h262 NetClientState *qemu_get_peer(NetClientState *nc, int queue_index);
/openbmc/qemu/net/
H A Dvhost-vdpa.c302 NetClientState *nc_i = qemu_get_peer(nic->ncs, i); in vhost_vdpa_net_get_nc_vdpa()
H A Dnet.c377 NetClientState *qemu_get_peer(NetClientState *nc, int queue_index) in qemu_get_peer() function