Home
last modified time | relevance | path

Searched refs:rxe_sge (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/include/uapi/rdma/
Drdma_user_rxe.h128 struct rxe_sge { struct
149 __DECLARE_FLEX_ARRAY(struct rxe_sge, sge); argument
/Linux-v6.1/drivers/infiniband/sw/rxe/
Drxe_mr.c378 struct rxe_sge *sge = &dma->sge[dma->cur_sge]; in copy_data()
464 struct rxe_sge *sge = &dma->sge[dma->cur_sge]; in advance_dma_data()
Drxe_resp.c320 size = sizeof(*wqe) + wqe->dma.num_sge*sizeof(struct rxe_sge); in get_srq_wqe()