Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/infiniband/sw/rxe/
Drxe_queue.h31 struct rxe_queue_buf { struct
44 struct rxe_queue_buf *buf; argument
53 struct ib_udata *udata, struct rxe_queue_buf *buf,
Drxe_queue.c13 struct ib_udata *udata, struct rxe_queue_buf *buf, in do_mmap_info()
52 memset(q->buf->data, 0, q->buf_size - sizeof(struct rxe_queue_buf)); in rxe_queue_reset()
87 buf_size = sizeof(struct rxe_queue_buf) + num_slots * elem_size; in rxe_queue_init()