Searched refs:virtqueue_add_outbuf (Results 1 – 3 of 3) sorted by relevance
22 ret = virtqueue_add_outbuf(out_vq, buf, len); in __testdev_send()
142 extern int virtqueue_add_outbuf(struct virtqueue *vq, char *buf,
50 int virtqueue_add_outbuf(struct virtqueue *_vq, char *buf, unsigned int len) in virtqueue_add_outbuf() function