Searched refs:qemu_get_peer (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/hw/net/ |
H A D | vhost_net.c | 183 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 D | virtio-net.c | 1239 NetClientState *nc = qemu_get_peer(qemu_get_queue(nic), 0); in virtio_net_attach_ebpf_to_backend()
|
/openbmc/qemu/include/net/ |
H A D | net.h | 262 NetClientState *qemu_get_peer(NetClientState *nc, int queue_index);
|
/openbmc/qemu/net/ |
H A D | vhost-vdpa.c | 302 NetClientState *nc_i = qemu_get_peer(nic->ncs, i); in vhost_vdpa_net_get_nc_vdpa()
|
H A D | net.c | 377 NetClientState *qemu_get_peer(NetClientState *nc, int queue_index) in qemu_get_peer() function
|