Home
last modified time | relevance | path

Searched refs:rxe_queue_buf (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/drivers/infiniband/sw/rxe/
H A Drxe_queue.h31 struct rxe_queue_buf { struct
44 struct rxe_queue_buf *buf;
53 struct ib_udata *udata, struct rxe_queue_buf *buf,
H A Drxe_queue.c13 struct ib_udata *udata, struct rxe_queue_buf *buf, in do_mmap_info()
49 * of the actual queue. See "struct rxe_queue_buf" in rxe_queue.h in rxe_queue_reset()
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()
/kernel/linux/linux-6.6/drivers/infiniband/sw/rxe/
H A Drxe_queue.c13 struct ib_udata *udata, struct rxe_queue_buf *buf, in do_mmap_info()
49 * of the actual queue. See "struct rxe_queue_buf" in rxe_queue.h in rxe_queue_reset()
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()
H A Drxe_queue.h60 struct rxe_queue_buf;
64 struct rxe_queue_buf *buf;
73 * this copy and then replicates to rxe_queue_buf
80 struct ib_udata *udata, struct rxe_queue_buf *buf,
/kernel/linux/linux-6.6/include/uapi/rdma/
H A Drdma_user_rxe.h220 struct rxe_queue_buf { struct

Completed in 3 milliseconds