Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/vhost/
Dnet.c100 struct vhost_net { struct
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()
204 static void vhost_net_tx_packet(struct vhost_net *net) in vhost_net_tx_packet()
213 static void vhost_net_tx_err(struct vhost_net *net) in vhost_net_tx_err()
218 static bool vhost_net_tx_select_zcopy(struct vhost_net *net) in vhost_net_tx_select_zcopy()
238 static void vhost_zerocopy_signal_used(struct vhost_net *net, in vhost_zerocopy_signal_used()
292 static void handle_tx(struct vhost_net *net) in handle_tx()
517 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.