Home
last modified time | relevance | path

Searched refs:siw_sge (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/infiniband/sw/siw/
A Dsiw_verbs.h24 static inline void siw_copy_sgl(struct ib_sge *sge, struct siw_sge *siw_sge, in siw_copy_sgl() argument
28 siw_sge->laddr = sge->addr; in siw_copy_sgl()
29 siw_sge->length = sge->length; in siw_copy_sgl()
30 siw_sge->lkey = sge->lkey; in siw_copy_sgl()
32 siw_sge++; in siw_copy_sgl()
A Dsiw_mem.h18 int siw_check_sge(struct ib_pd *pd, struct siw_sge *sge,
A Dsiw_qp_tx.c43 struct siw_sge *sge = &wqe->sqe.sge[0]; in siw_try_1seg()
370 struct siw_sge *sge, unsigned int offset, in siw_0copy_tx()
434 struct siw_sge *sge = &wqe->sqe.sge[c_tx->sge_idx]; in siw_tx_hdt()
764 struct siw_sge *sge = &wqe->sqe.sge[0]; in siw_check_sgl_tx()
A Dsiw_mem.c222 int siw_check_sge(struct ib_pd *pd, struct siw_sge *sge, struct siw_mem *mem[], in siw_check_sge()
A Dsiw_qp_rx.c457 struct siw_sge *sge; in siw_proc_send()
792 struct siw_sge *sge; in siw_proc_rresp()
/linux/include/uapi/rdma/
A Dsiw-abi.h79 struct siw_sge { struct
90 #define SIW_MAX_INLINE (sizeof(struct siw_sge) * (SIW_MAX_SGE - 1)) argument
119 struct siw_sge sge[SIW_MAX_SGE];
135 struct siw_sge sge[SIW_MAX_SGE];

Completed in 10 milliseconds