Searched refs:vq_ring_size (Results 1 – 2 of 2) sorted by relevance
144 static inline size_t vq_ring_size(unsigned int num, unsigned int buf_size) in vq_ring_size() function151 return (VRING_COUNT * (vq_ring_size(num, buf_size) + in shm_size()
285 vr->rx_addr = vr->shm_addr + VRING_COUNT * vq_ring_size(num_desc, conf->buffer_size); in vr_shm_configure()