Lines Matching defs:n
157 static void vhost_net_clear_ubuf_info(struct vhost_net *n) in vhost_net_clear_ubuf_info()
167 static int vhost_net_set_ubuf_info(struct vhost_net *n) in vhost_net_set_ubuf_info()
188 static void vhost_net_vq_reset(struct vhost_net *n) in vhost_net_vq_reset()
677 struct vhost_net *n; in vhost_net_open() local
717 static void vhost_net_disable_vq(struct vhost_net *n, in vhost_net_disable_vq()
728 static int vhost_net_enable_vq(struct vhost_net *n, in vhost_net_enable_vq()
743 static struct socket *vhost_net_stop_vq(struct vhost_net *n, in vhost_net_stop_vq()
756 static void vhost_net_stop(struct vhost_net *n, struct socket **tx_sock, in vhost_net_stop()
763 static void vhost_net_flush_vq(struct vhost_net *n, int index) in vhost_net_flush_vq()
769 static void vhost_net_flush(struct vhost_net *n) in vhost_net_flush()
788 struct vhost_net *n = f->private_data; in vhost_net_release() local
876 static long vhost_net_set_backend(struct vhost_net *n, unsigned index, int fd) in vhost_net_set_backend()
966 static long vhost_net_reset_owner(struct vhost_net *n) in vhost_net_reset_owner()
995 static int vhost_net_set_features(struct vhost_net *n, u64 features) in vhost_net_set_features()
1030 static long vhost_net_set_owner(struct vhost_net *n) in vhost_net_set_owner()
1054 struct vhost_net *n = f->private_data; in vhost_net_ioctl() local