Home
last modified time | relevance | path

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

/linux-6.12.1/include/uapi/rdma/
Drdma_user_rxe.h135 struct rxe_sge { struct
157 __DECLARE_FLEX_ARRAY(struct rxe_sge, sge); argument
/linux-6.12.1/drivers/infiniband/sw/rxe/
Drxe_mr.c341 struct rxe_sge *sge = &dma->sge[dma->cur_sge]; in copy_data()
585 struct rxe_sge *sge = &dma->sge[dma->cur_sge]; in advance_dma_data()
Drxe_resp.c286 size = sizeof(*wqe) + wqe->dma.num_sge*sizeof(struct rxe_sge); in get_srq_wqe()