Searched refs:siw_sge (Results 1 – 6 of 6) sorted by relevance
24 static inline void siw_copy_sgl(struct ib_sge *sge, struct siw_sge *siw_sge, in siw_copy_sgl() argument28 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()
18 int siw_check_sge(struct ib_pd *pd, struct siw_sge *sge,
43 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()774 struct siw_sge *sge = &wqe->sqe.sge[0]; in siw_check_sgl_tx()
222 int siw_check_sge(struct ib_pd *pd, struct siw_sge *sge, struct siw_mem *mem[], in siw_check_sge()
457 struct siw_sge *sge; in siw_proc_send()792 struct siw_sge *sge; in siw_proc_rresp()
79 struct siw_sge { struct90 #define SIW_MAX_INLINE (sizeof(struct siw_sge) * (SIW_MAX_SGE - 1)) argument119 struct siw_sge sge[SIW_MAX_SGE];135 struct siw_sge sge[SIW_MAX_SGE];
Completed in 12 milliseconds