Home
last modified time | relevance | path

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

/linux/include/uapi/rdma/
H A Dsiw-abi.h90 #define SIW_MAX_INLINE (sizeof(struct siw_sge) * (SIW_MAX_SGE - 1)) macro
/linux/drivers/infiniband/sw/siw/
H A Dsiw_verbs.c346 if (attrs->cap.max_inline_data > SIW_MAX_INLINE) { in siw_create_qp()
348 attrs->cap.max_inline_data, (int)SIW_MAX_INLINE); in siw_create_qp()
528 qp_attr->cap.max_inline_data = SIW_MAX_INLINE; in siw_query_qp()
670 if (bytes > SIW_MAX_INLINE) { in siw_copy_inline_sgl()
H A Dsiw_main.c451 if (SENDPAGE_THRESH < SIW_MAX_INLINE) { in siw_init_module()
H A Dsiw_qp.c910 if (wqe->sqe.sge[0].length > SIW_MAX_INLINE) { in siw_activate_tx_from_sq()
H A Dsiw_qp_tx.c830 if (wqe->bytes > SIW_MAX_INLINE) { in siw_qp_sq_proc_tx()