Searched refs:vhost_net (Results 1 – 3 of 3) sorted by relevance
/linux-3.3/drivers/vhost/ |
D | net.c | 56 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 …]
|
D | Makefile | 1 obj-$(CONFIG_VHOST_NET) += vhost_net.o 2 vhost_net-y := vhost.o net.o
|
D | Kconfig | 10 be called vhost_net.
|