Home
last modified time | relevance | path

Searched refs:SIW_MAX_INLINE (Results 1 – 5 of 5) sorted by relevance

/linux-6.6.21/include/uapi/rdma/
Dsiw-abi.h90 #define SIW_MAX_INLINE (sizeof(struct siw_sge) * (SIW_MAX_SGE - 1)) macro
/linux-6.6.21/drivers/infiniband/sw/siw/
Dsiw_verbs.c332 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()
Dsiw_main.c510 if (SENDPAGE_THRESH < SIW_MAX_INLINE) { in siw_init_module()
Dsiw_qp.c910 if (wqe->sqe.sge[0].length > SIW_MAX_INLINE) { in siw_activate_tx_from_sq()
Dsiw_qp_tx.c840 if (wqe->bytes > SIW_MAX_INLINE) { in siw_qp_sq_proc_tx()