Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/drivers/virtio/
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()
Dvirtio_blk.c51 while (!virtqueue_get_buf(priv->vq, NULL)) in virtio_blk_do_req()
Dvirtio_ring.c160 void *virtqueue_get_buf(struct virtqueue *vq, unsigned int *len) in virtqueue_get_buf() function
/third_party/uboot/u-boot-2020.01/include/
Dvirtio_ring.h211 void *virtqueue_get_buf(struct virtqueue *vq, unsigned int *len);