Searched refs:queue_addr_from_index (Results 1 – 2 of 2) sorted by relevance
126 memcpy(queue_addr_from_index(new_q, new_prod), in resize_finish()127 queue_addr_from_index(q, cons), new_q->elem_size); in resize_finish()
266 static inline void *queue_addr_from_index(struct rxe_queue *q, u32 index) in queue_addr_from_index() function