Lines Matching defs:nc
35 NetClientState nc; member
135 VHostNetState *vhost_vdpa_get_vhost_net(NetClientState *nc) in vhost_vdpa_get_vhost_net()
223 static void vhost_vdpa_cleanup(NetClientState *nc) in vhost_vdpa_cleanup()
243 static bool vhost_vdpa_set_steering_ebpf(NetClientState *nc, int prog_fd) in vhost_vdpa_set_steering_ebpf()
248 static bool vhost_vdpa_has_vnet_hdr(NetClientState *nc) in vhost_vdpa_has_vnet_hdr()
255 static bool vhost_vdpa_has_ufo(NetClientState *nc) in vhost_vdpa_has_ufo()
273 static int vhost_vdpa_set_vnet_le(NetClientState *nc, bool enable) in vhost_vdpa_set_vnet_le()
278 static bool vhost_vdpa_check_peer_type(NetClientState *nc, ObjectClass *oc, in vhost_vdpa_check_peer_type()
292 static ssize_t vhost_vdpa_receive(NetClientState *nc, const uint8_t *buf, in vhost_vdpa_receive()
370 static int vhost_vdpa_net_data_start(NetClientState *nc) in vhost_vdpa_net_data_start()
392 static int vhost_vdpa_net_data_load(NetClientState *nc) in vhost_vdpa_net_data_load()
411 static void vhost_vdpa_net_client_stop(NetClientState *nc) in vhost_vdpa_net_client_stop()
536 static int vhost_vdpa_net_cvq_start(NetClientState *nc) in vhost_vdpa_net_cvq_start()
606 static void vhost_vdpa_net_cvq_stop(NetClientState *nc) in vhost_vdpa_net_cvq_stop()
1217 static int vhost_vdpa_net_cvq_load(NetClientState *nc) in vhost_vdpa_net_cvq_load()
1665 NetClientState *nc = NULL; in net_vhost_vdpa_init() local
1778 NetClientState *nc; in net_init_vhost_vdpa() local