Searched refs:VRING_SIZE (Results 1 – 4 of 4) sorted by relevance
22 #ifndef VRING_SIZE32 #define VRING_SIZE (VRING_DESC_SIZE + VRING_AVAIL_SIZE + VRING_USED_SIZE) macro36 #define RL_VRING_OVERHEAD (2UL * VRING_SIZE)
349 protec_shmem_struct.config.vring_size = VRING_SIZE; in platform_set_static_shmem_config()
999 (uint32_t)((idx == 0U) ? (0U) : (VRING_SIZE))); in rpmsg_lite_master_init()1268 (uint32_t)((idx == 0U) ? (0U) : (VRING_SIZE))); in rpmsg_lite_remote_init()
118 …- RPMsg-Lite: VRING_SIZE is set based on number of used buffers now (as calculated in vring_init) …