Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/vhost/
Dnet.c101 struct vhost_net { struct
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()
205 static void vhost_net_tx_packet(struct vhost_net *net) in vhost_net_tx_packet()
214 static void vhost_net_tx_err(struct vhost_net *net) in vhost_net_tx_err()
219 static bool vhost_net_tx_select_zcopy(struct vhost_net *net) in vhost_net_tx_select_zcopy()
239 static void vhost_zerocopy_signal_used(struct vhost_net *net, in vhost_zerocopy_signal_used()
293 static void handle_tx(struct vhost_net *net) in handle_tx()
518 static void handle_rx(struct vhost_net *net) in handle_rx()
[all …]
DMakefile1 obj-$(CONFIG_VHOST_NET) += vhost_net.o
2 vhost_net-y := net.o
DKconfig12 be called vhost_net.