Lines Matching defs:rxe
8 #include "rxe.h"
12 int do_mmap_info(struct rxe_dev *rxe, struct mminfo __user *outbuf,
20 ip = rxe_create_mmap_info(rxe, buf_size, udata, buf);
31 spin_lock_bh(&rxe->pending_lock);
32 list_add(&ip->pending_mmaps, &rxe->pending_mmaps);
33 spin_unlock_bh(&rxe->pending_lock);
55 struct rxe_queue *rxe_queue_init(struct rxe_dev *rxe,
71 q->rxe = rxe;
139 new_q = rxe_queue_init(q->rxe, &num_elem, elem_size);
143 err = do_mmap_info(new_q->rxe, outbuf, udata, new_q->buf,