Searched refs:queue_addr_from_index (Results 1 – 3 of 3) sorted by relevance
125 memcpy(queue_addr_from_index(new_q, prod), in resize_finish()126 queue_addr_from_index(q, cons), new_q->elem_size); in resize_finish()
243 static inline void *queue_addr_from_index(struct rxe_queue *q, u32 index) in queue_addr_from_index() function
61 wqe = queue_addr_from_index(qp->sq.queue, wqe_index); in req_retry()162 wqe = queue_addr_from_index(q, index); in req_next_wqe()
Completed in 5 milliseconds