Home
last modified time | relevance | path

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

/dpdk/examples/vhost/
H A Dmain.c1095 struct vhost_dev *dst_vdev; in virtio_tx_local() local
1100 dst_vdev = find_vhost_dev(&pkt_hdr->dst_addr); in virtio_tx_local()
1101 if (!dst_vdev) in virtio_tx_local()
1104 if (vdev->vid == dst_vdev->vid) { in virtio_tx_local()
1114 if (unlikely(dst_vdev->remove)) { in virtio_tx_local()
1129 drain_vhost(dst_vdev); in virtio_tx_local()
1144 struct vhost_dev *dst_vdev; in find_local_dest() local
1148 dst_vdev = find_vhost_dev(&pkt_hdr->dst_addr); in find_local_dest()
1149 if (!dst_vdev) in find_local_dest()
1152 if (vdev->vid == dst_vdev->vid) { in find_local_dest()
[all …]