Home
last modified time | relevance | path

Searched refs:virtqueue_get_buffer (Results 1 – 6 of 6) sorted by relevance

/bsp/stm32/stm32mp157a-st-discovery/board/ports/OpenAMP/open-amp/lib/include/openamp/
A Dvirtqueue.h193 void *virtqueue_get_buffer(struct virtqueue *vq, uint32_t *len, uint16_t *idx);
/bsp/stm32/stm32mp157a-st-ev1/board/ports/OpenAMP/open-amp/lib/include/openamp/
A Dvirtqueue.h193 void *virtqueue_get_buffer(struct virtqueue *vq, uint32_t *len, uint16_t *idx);
/bsp/stm32/stm32mp157a-st-discovery/board/ports/OpenAMP/open-amp/lib/rpmsg/
A Drpmsg_virtio.c151 data = virtqueue_get_buffer(rvdev->svq, (uint32_t *)len, idx); in rpmsg_virtio_get_tx_buffer()
191 data = virtqueue_get_buffer(rvdev->rvq, (uint32_t *)len, idx); in rpmsg_virtio_get_rx_buffer()
/bsp/stm32/stm32mp157a-st-ev1/board/ports/OpenAMP/open-amp/lib/rpmsg/
A Drpmsg_virtio.c151 data = virtqueue_get_buffer(rvdev->svq, (uint32_t *)len, idx); in rpmsg_virtio_get_tx_buffer()
191 data = virtqueue_get_buffer(rvdev->rvq, (uint32_t *)len, idx); in rpmsg_virtio_get_rx_buffer()
/bsp/stm32/stm32mp157a-st-discovery/board/ports/OpenAMP/open-amp/lib/virtio/
A Dvirtqueue.c170 void *virtqueue_get_buffer(struct virtqueue *vq, uint32_t *len, uint16_t *idx) in virtqueue_get_buffer() function
/bsp/stm32/stm32mp157a-st-ev1/board/ports/OpenAMP/open-amp/lib/virtio/
A Dvirtqueue.c170 void *virtqueue_get_buffer(struct virtqueue *vq, uint32_t *len, uint16_t *idx) in virtqueue_get_buffer() function

Completed in 20 milliseconds