Searched refs:SIW_MAX_SGE (Results 1 – 5 of 5) sorted by relevance
13 #define SIW_MAX_SGE 6 macro90 #define SIW_MAX_INLINE (sizeof(struct siw_sge) * (SIW_MAX_SGE - 1))92 #if SIW_MAX_SGE < 2119 struct siw_sge sge[SIW_MAX_SGE];135 struct siw_sge sge[SIW_MAX_SGE];
334 sdev->attrs.max_sge = SIW_MAX_SGE; in siw_device_create()343 sdev->attrs.max_srq_sge = SIW_MAX_SGE; in siw_device_create()
248 memset(wqe->mem, 0, sizeof(*wqe->mem) * SIW_MAX_SGE); in siw_qp_mpa_rts()862 memset(wqe->mem, 0, sizeof(*wqe->mem) * SIW_MAX_SGE); in siw_activate_tx_from_sq()969 memset(wqe->mem, 0, sizeof(*wqe->mem) * SIW_MAX_SGE); in siw_activate_tx()
431 #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()
192 struct siw_mem *mem[SIW_MAX_SGE]; /* per sge's resolved mem */