Searched refs:siw_sge (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/sw/siw/ |
H A D | siw_verbs.h | 24 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()
|
H A D | siw_mem.h | 18 int siw_check_sge(struct ib_pd *pd, struct siw_sge *sge,
|
H A D | siw_qp_tx.c | 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() 427 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()
|
H A D | siw_mem.c | 222 int siw_check_sge(struct ib_pd *pd, struct siw_sge *sge, struct siw_mem *mem[], in siw_check_sge()
|
H A D | siw_qp_rx.c | 457 struct siw_sge *sge; in siw_proc_send() 792 struct siw_sge *sge; in siw_proc_rresp()
|
/kernel/linux/linux-6.6/drivers/infiniband/sw/siw/ |
H A D | siw_verbs.h | 24 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()
|
H A D | siw_mem.h | 18 int siw_check_sge(struct ib_pd *pd, struct siw_sge *sge,
|
H A D | siw_qp_tx.c | 43 struct siw_sge *sge = &wqe->sqe.sge[0]; in siw_try_1seg() 375 struct siw_sge *sge, unsigned int offset, in siw_0copy_tx() 439 struct siw_sge *sge = &wqe->sqe.sge[c_tx->sge_idx]; in siw_tx_hdt() 773 struct siw_sge *sge = &wqe->sqe.sge[0]; in siw_check_sgl_tx()
|
H A D | siw_mem.c | 222 int siw_check_sge(struct ib_pd *pd, struct siw_sge *sge, struct siw_mem *mem[], in siw_check_sge()
|
H A D | siw_qp_rx.c | 457 struct siw_sge *sge; in siw_proc_send() 792 struct siw_sge *sge; in siw_proc_rresp()
|
/kernel/linux/linux-5.10/include/uapi/rdma/ |
H A D | siw-abi.h | 79 struct siw_sge { struct 90 #define SIW_MAX_INLINE (sizeof(struct siw_sge) * (SIW_MAX_SGE - 1)) 119 struct siw_sge sge[SIW_MAX_SGE]; 135 struct siw_sge sge[SIW_MAX_SGE];
|
/kernel/linux/linux-6.6/include/uapi/rdma/ |
H A D | siw-abi.h | 79 struct siw_sge { struct 90 #define SIW_MAX_INLINE (sizeof(struct siw_sge) * (SIW_MAX_SGE - 1)) 119 struct siw_sge sge[SIW_MAX_SGE]; 135 struct siw_sge sge[SIW_MAX_SGE];
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/rdma/ |
H A D | siw-abi.h | 73 struct siw_sge { struct 78 #define SIW_MAX_INLINE (sizeof(struct siw_sge) * (SIW_MAX_SGE - 1)) 102 struct siw_sge sge[SIW_MAX_SGE]; 112 struct siw_sge sge[SIW_MAX_SGE];
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/rdma/ |
H A D | siw-abi.h | 73 struct siw_sge { struct 78 #define SIW_MAX_INLINE (sizeof(struct siw_sge) * (SIW_MAX_SGE - 1)) 102 struct siw_sge sge[SIW_MAX_SGE]; 112 struct siw_sge sge[SIW_MAX_SGE];
|
Completed in 10 milliseconds