Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/rdma/
H A Drdma_user_rxe.h135 struct rxe_sge { struct
157 __DECLARE_FLEX_ARRAY(struct rxe_sge, sge); argument
/openbmc/linux/drivers/infiniband/sw/rxe/
H A 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()
H A Drxe_resp.c296 size = sizeof(*wqe) + wqe->dma.num_sge*sizeof(struct rxe_sge); in get_srq_wqe()