Home
last modified time | relevance | path

Searched refs:queue_get_producer (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/infiniband/sw/rxe/
H A Drxe_queue.h100 static inline u32 queue_get_producer(const struct rxe_queue *q, in queue_get_producer() function
156 u32 prod = queue_get_producer(q, type); in queue_empty()
164 u32 prod = queue_get_producer(q, type); in queue_full()
173 u32 prod = queue_get_producer(q, type); in queue_count()
253 u32 prod = queue_get_producer(q, type); in queue_producer_addr()
H A Drxe_queue.c121 new_prod = queue_get_producer(new_q, type); in resize_finish()
122 prod = queue_get_producer(q, type); in resize_finish()
H A Drxe_req.c50 prod = queue_get_producer(q, QUEUE_TYPE_FROM_CLIENT); in req_retry()
168 prod = queue_get_producer(q, QUEUE_TYPE_FROM_CLIENT); in __req_next_wqe()
H A Drxe_qp.c262 qp->req.wqe_index = queue_get_producer(qp->sq.queue, in rxe_qp_init_req()