Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/virtio/
H A Dvirtqueue.c19 virtqueue_detach_unused(struct virtqueue *vq) in virtqueue_detach_unused() function
H A Dvirtqueue.h459 struct rte_mbuf *virtqueue_detach_unused(struct virtqueue *vq);
H A Dvirtio_ethdev.c2508 while ((buf = virtqueue_detach_unused(vq)) != NULL) { in virtio_dev_free_mbufs()