Lines Matching defs:n
158 static void vhost_net_clear_ubuf_info(struct vhost_net *n) in vhost_net_clear_ubuf_info()
168 static int vhost_net_set_ubuf_info(struct vhost_net *n) in vhost_net_set_ubuf_info()
189 static void vhost_net_vq_reset(struct vhost_net *n) in vhost_net_vq_reset()
678 struct vhost_net *n; in vhost_net_open() local
718 static void vhost_net_disable_vq(struct vhost_net *n, in vhost_net_disable_vq()
729 static int vhost_net_enable_vq(struct vhost_net *n, in vhost_net_enable_vq()
744 static struct socket *vhost_net_stop_vq(struct vhost_net *n, in vhost_net_stop_vq()
757 static void vhost_net_stop(struct vhost_net *n, struct socket **tx_sock, in vhost_net_stop()
764 static void vhost_net_flush_vq(struct vhost_net *n, int index) in vhost_net_flush_vq()
770 static void vhost_net_flush(struct vhost_net *n) in vhost_net_flush()
789 struct vhost_net *n = f->private_data; in vhost_net_release() local
877 static long vhost_net_set_backend(struct vhost_net *n, unsigned index, int fd) in vhost_net_set_backend()
967 static long vhost_net_reset_owner(struct vhost_net *n) in vhost_net_reset_owner()
996 static int vhost_net_set_features(struct vhost_net *n, u64 features) in vhost_net_set_features()
1031 static long vhost_net_set_owner(struct vhost_net *n) in vhost_net_set_owner()
1055 struct vhost_net *n = f->private_data; in vhost_net_ioctl() local