Home
last modified time | relevance | path

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

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

Completed in 14 milliseconds