Home
last modified time | relevance | path

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

/Linux-v5.15/include/uapi/rdma/
Drdma_user_rxe.h124 struct rxe_sge { struct
145 struct rxe_sge sge[0]; argument
/Linux-v5.15/drivers/infiniband/sw/rxe/
Drxe_mr.c376 struct rxe_sge *sge = &dma->sge[dma->cur_sge]; in copy_data()
462 struct rxe_sge *sge = &dma->sge[dma->cur_sge]; in advance_dma_data()
Drxe_resp.c321 size = sizeof(*wqe) + wqe->dma.num_sge*sizeof(struct rxe_sge); in get_srq_wqe()