Configuration of RPMsg device based on virtio. More...
#include <rpmsg_virtio.h>
Data Fields | |
| uint32_t | h2r_buf_size |
| The size of the buffer used to send data from host to remote. More... | |
| uint32_t | r2h_buf_size |
| The size of the buffer used to send data from remote to host. More... | |
| bool | split_shpool |
| The flag for splitting shared memory pool to TX and RX. More... | |
Configuration of RPMsg device based on virtio.
This structure is used by the RPMsg virtio host to configure the virtiio layer.
| uint32_t rpmsg_virtio_config::h2r_buf_size |
The size of the buffer used to send data from host to remote.
| uint32_t rpmsg_virtio_config::r2h_buf_size |
The size of the buffer used to send data from remote to host.
| bool rpmsg_virtio_config::split_shpool |
The flag for splitting shared memory pool to TX and RX.