Home
last modified time | relevance | path

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

/u-boot/drivers/virtio/
A Dvirtio_net.c102 if (virtqueue_get_buf(priv->tx_vq, NULL)) in virtio_net_send()
115 buf = virtqueue_get_buf(priv->rx_vq, &len); in virtio_net_recv()
A Dvirtio_rng.c41 while (!virtqueue_get_buf(priv->rng_vq, &rsize)) in virtio_rng_read()
A Dvirtio_blk.c52 while (!virtqueue_get_buf(priv->vq, NULL)) in virtio_blk_do_req()
A Dvirtio_ring.c163 void *virtqueue_get_buf(struct virtqueue *vq, unsigned int *len) in virtqueue_get_buf() function
/u-boot/include/
A Dvirtio_ring.h211 void *virtqueue_get_buf(struct virtqueue *vq, unsigned int *len);

Completed in 9 milliseconds