Searched refs:virtqueue_get_buf_ctx (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | virtio.h | 68 void *virtqueue_get_buf_ctx(struct virtqueue *vq, unsigned int *len,
|
| /OK3568_Linux_fs/kernel/drivers/virtio/ |
| H A D | virtio_ring.c | 1904 void *virtqueue_get_buf_ctx(struct virtqueue *_vq, unsigned int *len, in virtqueue_get_buf_ctx() function 1912 EXPORT_SYMBOL_GPL(virtqueue_get_buf_ctx); 1916 return virtqueue_get_buf_ctx(_vq, len, NULL); in virtqueue_get_buf()
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_virtual_device | 1386 virtqueue_get_buf_ctx
|
| H A D | abi_gki_aarch64_galaxy | 4526 virtqueue_get_buf_ctx
|
| /OK3568_Linux_fs/kernel/drivers/net/ |
| H A D | virtio_net.c | 1024 buf = virtqueue_get_buf_ctx(rq->vq, &len, &ctx); in receive_mergeable() 1416 (buf = virtqueue_get_buf_ctx(rq->vq, &len, &ctx))) { in virtnet_receive()
|