Searched refs:queue_addr_from_index (Results 1 – 3 of 3) sorted by relevance
127 memcpy(queue_addr_from_index(new_q, new_prod), in resize_finish()128 queue_addr_from_index(q, cons), new_q->elem_size); in resize_finish()
242 static inline void *queue_addr_from_index(struct rxe_queue *q, u32 index) in queue_addr_from_index() function
58 wqe = queue_addr_from_index(qp->sq.queue, wqe_index); in req_retry()160 wqe = queue_addr_from_index(q, index); in req_next_wqe()