Searched refs:SIW_MAX_INLINE (Results 1 – 5 of 5) sorted by relevance
90 #define SIW_MAX_INLINE (sizeof(struct siw_sge) * (SIW_MAX_SGE - 1)) macro
332 if (attrs->cap.max_inline_data > SIW_MAX_INLINE) { in siw_create_qp()334 attrs->cap.max_inline_data, (int)SIW_MAX_INLINE); in siw_create_qp()518 qp_attr->cap.max_inline_data = SIW_MAX_INLINE; in siw_query_qp()659 if (bytes > SIW_MAX_INLINE) { in siw_copy_inline_sgl()
510 if (SENDPAGE_THRESH < SIW_MAX_INLINE) { in siw_init_module()
910 if (wqe->sqe.sge[0].length > SIW_MAX_INLINE) { in siw_activate_tx_from_sq()
840 if (wqe->bytes > SIW_MAX_INLINE) { in siw_qp_sq_proc_tx()