Home
last modified time | relevance | path

Searched refs:rxe_queue_buf (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/infiniband/sw/rxe/
Drxe_queue.h58 struct rxe_queue_buf { struct
71 struct rxe_queue_buf *buf; argument
80 struct ib_udata *udata, struct rxe_queue_buf *buf,
Drxe_queue.c40 struct ib_udata *udata, struct rxe_queue_buf *buf, in do_mmap_info()
76 memset(q->buf->data, 0, q->buf_size - sizeof(struct rxe_queue_buf)); in rxe_queue_reset()
111 buf_size = sizeof(struct rxe_queue_buf) + num_slots * elem_size; in rxe_queue_init()