Home
last modified time | relevance | path

Searched refs:vhost_net (Results 1 – 3 of 3) sorted by relevance

/linux-3.3/drivers/vhost/
Dnet.c56 struct vhost_net { struct
111 static void tx_poll_stop(struct vhost_net *net) in tx_poll_stop()
120 static void tx_poll_start(struct vhost_net *net, struct socket *sock) in tx_poll_start()
130 static void handle_tx(struct vhost_net *net) in handle_tx()
356 static void handle_rx(struct vhost_net *net) in handle_rx()
467 struct vhost_net *net = container_of(vq->dev, struct vhost_net, dev); in handle_tx_kick()
476 struct vhost_net *net = container_of(vq->dev, struct vhost_net, dev); in handle_rx_kick()
483 struct vhost_net *net = container_of(work, struct vhost_net, in handle_tx_net()
490 struct vhost_net *net = container_of(work, struct vhost_net, in handle_rx_net()
497 struct vhost_net *n = kmalloc(sizeof *n, GFP_KERNEL); in vhost_net_open()
[all …]
DMakefile1 obj-$(CONFIG_VHOST_NET) += vhost_net.o
2 vhost_net-y := vhost.o net.o
DKconfig10 be called vhost_net.