Searched refs:virtqueue_detach_unused_buf (Results 1 – 6 of 6) sorted by relevance
56 void *virtqueue_detach_unused_buf(struct virtqueue *vq);
72 void *virtqueue_detach_unused_buf(struct virtqueue *vq);
659 void *virtqueue_detach_unused_buf(struct virtqueue *_vq) in virtqueue_detach_unused_buf() function683 EXPORT_SYMBOL_GPL(virtqueue_detach_unused_buf);
1505 while ((buf = virtqueue_detach_unused_buf(port->in_vq))) in add_port()1538 while ((buf = virtqueue_detach_unused_buf(port->in_vq))) in remove_port_data()1546 while ((buf = virtqueue_detach_unused_buf(port->out_vq))) in remove_port_data()1982 while ((buf = virtqueue_detach_unused_buf(portdev->c_ivq))) in remove_controlq_data()
469 while ((buf_info = virtqueue_detach_unused_buf(cfv->vq_tx))) in cfv_netdev_close()
1493 while ((buf = virtqueue_detach_unused_buf(vq)) != NULL) in free_unused_bufs()1500 while ((buf = virtqueue_detach_unused_buf(vq)) != NULL) { in free_unused_bufs()