Searched refs:virtqueue_detach_unused_buf (Results 1 – 7 of 7) sorted by relevance
50 void *virtqueue_detach_unused_buf(struct virtqueue *vq);
72 void *virtqueue_detach_unused_buf(struct virtqueue *vq);
676 void *virtqueue_detach_unused_buf(struct virtqueue *_vq) in virtqueue_detach_unused_buf() function701 EXPORT_SYMBOL_GPL(virtqueue_detach_unused_buf);
325 while ((buf = virtqueue_detach_unused_buf(vi->sts)) != NULL) in virtinput_remove()
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()
1497 while ((buf = virtqueue_detach_unused_buf(vq)) != NULL) in free_unused_bufs()1504 while ((buf = virtqueue_detach_unused_buf(vq)) != NULL) { in free_unused_bufs()