Searched refs:VHostNetState (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/include/net/ |
H A D | vhost_net.h | 8 typedef struct vhost_net VHostNetState; typedef 18 uint64_t vhost_net_get_max_queues(VHostNetState *net); 26 void vhost_net_cleanup(VHostNetState *net); 28 uint64_t vhost_net_get_features(VHostNetState *net, uint64_t features); 29 void vhost_net_ack_features(VHostNetState *net, uint64_t features); 36 bool vhost_net_virtqueue_pending(VHostNetState *net, int n); 37 void vhost_net_virtqueue_mask(VHostNetState *net, VirtIODevice *dev, 39 bool vhost_net_config_pending(VHostNetState *net); 40 void vhost_net_config_mask(VHostNetState *net, VirtIODevice *dev, bool mask); 41 int vhost_net_notify_migration_done(VHostNetState *net, char* mac_addr); [all …]
|
/openbmc/qemu/hw/net/ |
H A D | vhost_net-stub.c | 23 uint64_t vhost_net_get_max_queues(VHostNetState *net) in vhost_net_get_max_queues() 70 uint64_t vhost_net_get_acked_features(VHostNetState *net) in vhost_net_get_acked_features() 75 bool vhost_net_virtqueue_pending(VHostNetState *net, int idx) in vhost_net_virtqueue_pending() 80 void vhost_net_virtqueue_mask(VHostNetState *net, VirtIODevice *dev, in vhost_net_virtqueue_mask() 85 bool vhost_net_config_pending(VHostNetState *net) in vhost_net_config_pending() 90 void vhost_net_config_mask(VHostNetState *net, VirtIODevice *dev, bool mask) in vhost_net_config_mask() 99 VHostNetState *get_vhost_net(NetClientState *nc) in get_vhost_net()
|
H A D | vhost_net.c | 146 uint64_t vhost_net_get_max_queues(VHostNetState *net) in vhost_net_get_max_queues() 151 uint64_t vhost_net_get_acked_features(VHostNetState *net) in vhost_net_get_acked_features() 632 bool vhost_net_virtqueue_pending(VHostNetState *net, int idx) in vhost_net_virtqueue_pending() 637 void vhost_net_virtqueue_mask(VHostNetState *net, VirtIODevice *dev, in vhost_net_virtqueue_mask() 643 bool vhost_net_config_pending(VHostNetState *net) in vhost_net_config_pending() 648 void vhost_net_config_mask(VHostNetState *net, VirtIODevice *dev, bool mask) in vhost_net_config_mask() 652 VHostNetState *get_vhost_net(NetClientState *nc) in get_vhost_net() 654 VHostNetState *vhost_net = 0; in get_vhost_net() 691 VHostNetState *net = get_vhost_net(nc); in vhost_set_vring_enable() 727 VHostNetState *net = get_vhost_net(nc->peer); in vhost_net_virtqueue_reset() [all …]
|
/openbmc/qemu/net/ |
H A D | vhost-user.c | 28 VHostNetState *vhost_net; 34 VHostNetState *vhost_user_get_vhost_net(NetClientState *nc) in vhost_user_get_vhost_net()
|
H A D | tap.c | 62 VHostNetState *vhost_net; 983 VHostNetState *tap_get_vhost_net(NetClientState *nc) in tap_get_vhost_net()
|
H A D | vhost-vdpa.c | 38 VHostNetState *vhost_net; 135 VHostNetState *vhost_vdpa_get_vhost_net(NetClientState *nc) in vhost_vdpa_get_vhost_net()
|