Lines Matching refs:NetClientState

35     NetClientState nc;
132 VHostNetState *vhost_vdpa_get_vhost_net(NetClientState *nc) in vhost_vdpa_get_vhost_net()
186 static int vhost_vdpa_add(NetClientState *ncs, void *be, in vhost_vdpa_add()
220 static void vhost_vdpa_cleanup(NetClientState *nc) in vhost_vdpa_cleanup()
247 static bool vhost_vdpa_set_steering_ebpf(NetClientState *nc, int prog_fd) in vhost_vdpa_set_steering_ebpf()
252 static bool vhost_vdpa_has_vnet_hdr(NetClientState *nc) in vhost_vdpa_has_vnet_hdr()
259 static bool vhost_vdpa_has_ufo(NetClientState *nc) in vhost_vdpa_has_ufo()
270 static bool vhost_vdpa_check_peer_type(NetClientState *nc, ObjectClass *oc, in vhost_vdpa_check_peer_type()
284 static ssize_t vhost_vdpa_receive(NetClientState *nc, const uint8_t *buf, in vhost_vdpa_receive()
295 NetClientState *nc_i = qemu_get_peer(nic->ncs, i); in vhost_vdpa_net_get_nc_vdpa()
368 static int vhost_vdpa_net_data_start(NetClientState *nc) in vhost_vdpa_net_data_start()
391 static int vhost_vdpa_net_data_load(NetClientState *nc) in vhost_vdpa_net_data_load()
407 static void vhost_vdpa_net_client_stop(NetClientState *nc) in vhost_vdpa_net_client_stop()
532 static int vhost_vdpa_net_cvq_start(NetClientState *nc) in vhost_vdpa_net_cvq_start()
620 static void vhost_vdpa_net_cvq_stop(NetClientState *nc) in vhost_vdpa_net_cvq_stop()
1231 static int vhost_vdpa_net_cvq_load(NetClientState *nc) in vhost_vdpa_net_cvq_load()
1660 static NetClientState *net_vhost_vdpa_init(NetClientState *peer, in net_vhost_vdpa_init()
1673 NetClientState *nc = NULL; in net_vhost_vdpa_init()
1776 NetClientState *peer, Error **errp) in net_init_vhost_vdpa()
1782 g_autofree NetClientState **ncs = NULL; in net_init_vhost_vdpa()
1784 NetClientState *nc; in net_init_vhost_vdpa()