Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/
H A Dvhost_net.c387 net = get_vhost_net(peer); in vhost_net_start()
421 r = vhost_net_start_one(get_vhost_net(peer), dev); in vhost_net_start()
433 vhost_net_stop_one(get_vhost_net(peer), dev); in vhost_net_start()
462 vhost_net_stop_one(get_vhost_net(peer), dev); in vhost_net_stop()
508 VHostNetState *get_vhost_net(NetClientState *nc) in get_vhost_net() function
547 VHostNetState *net = get_vhost_net(nc); in vhost_set_vring_enable()
583 VHostNetState *net = get_vhost_net(nc->peer); in vhost_net_virtqueue_reset()
608 VHostNetState *net = get_vhost_net(nc->peer); in vhost_net_virtqueue_restart()
H A Dvhost_net-stub.c99 VHostNetState *get_vhost_net(NetClientState *nc) in get_vhost_net() function
H A Dvirtio-net.c212 vhost_net_set_config(get_vhost_net(nc->peer), in virtio_net_set_config()
271 if (!get_vhost_net(nc->peer)) { in virtio_net_vhost_status()
569 if (get_vhost_net(nc->peer) && in virtio_net_queue_reset()
594 if (get_vhost_net(nc->peer) && in virtio_net_queue_enable()
794 if (!get_vhost_net(nc->peer)) { in virtio_net_get_features()
988 if (!get_vhost_net(nc->peer)) { in virtio_net_set_features()
991 vhost_net_ack_features(get_vhost_net(nc->peer), features); in virtio_net_set_features()
1291 if (get_vhost_net(qemu_get_queue(n->nic)->peer)) { in virtio_net_commit_rss_config()
3391 return vhost_net_config_pending(get_vhost_net(nc->peer)); in virtio_net_guest_notifier_pending()
3754 vhost_net_set_config(get_vhost_net(nc->peer), in virtio_net_device_realize()
[all …]
/openbmc/qemu/include/net/
H A Dvhost_net.h42 VHostNetState *get_vhost_net(NetClientState *nc);
/openbmc/qemu/net/
H A Dfilter.c243 if (get_vhost_net(ncs[0])) { in netfilter_complete()