Home
last modified time | relevance | path

Searched refs:SIW_MAX_SGE (Results 1 – 4 of 4) sorted by relevance

/linux/include/uapi/rdma/
H A Dsiw-abi.h13 #define SIW_MAX_SGE 6 macro
90 #define SIW_MAX_INLINE (sizeof(struct siw_sge) * (SIW_MAX_SGE - 1))
92 #if SIW_MAX_SGE < 2
119 struct siw_sge sge[SIW_MAX_SGE];
135 struct siw_sge sge[SIW_MAX_SGE];
/linux/drivers/infiniband/sw/siw/
H A Dsiw_qp_tx.c431 #define MAX_ARRAY ((0xffff / PAGE_SIZE) + 1 + (2 * (SIW_MAX_SGE - 1) + 2))
769 if (unlikely(num_sge > SIW_MAX_SGE)) in siw_check_sgl_tx()
H A Dsiw.h192 struct siw_mem *mem[SIW_MAX_SGE]; /* per sge's resolved mem */
H A Dsiw_qp_rx.c354 if (likely(num_sge <= SIW_MAX_SGE)) { in siw_rqe_get()