Home
last modified time | relevance | path

Searched refs:queue_addr_from_index (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/infiniband/sw/rxe/
H A Drxe_queue.c126 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()
H A Drxe_queue.h266 static inline void *queue_addr_from_index(struct rxe_queue *q, u32 index) in queue_addr_from_index() function