Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/infiniband/sw/rxe/
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()
Drxe_req.c58 wqe = queue_addr_from_index(qp->sq.queue, wqe_index); in req_retry()
129 wqe = queue_addr_from_index(q, cons); in req_check_sq_drain_done()
172 return queue_addr_from_index(q, index); in __req_next_wqe()
Drxe_queue.h266 static inline void *queue_addr_from_index(struct rxe_queue *q, u32 index) in queue_addr_from_index() function