Home
last modified time | relevance | path

Searched refs:SIW_MAX_INLINE (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/include/uapi/rdma/
H A Dsiw-abi.h90 #define SIW_MAX_INLINE (sizeof(struct siw_sge) * (SIW_MAX_SGE - 1)) macro
/kernel/linux/linux-6.6/include/uapi/rdma/
H A Dsiw-abi.h90 #define SIW_MAX_INLINE (sizeof(struct siw_sge) * (SIW_MAX_SGE - 1)) macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/rdma/
H A Dsiw-abi.h78 #define SIW_MAX_INLINE (sizeof(struct siw_sge) * (SIW_MAX_SGE - 1)) macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/rdma/
H A Dsiw-abi.h78 #define SIW_MAX_INLINE (sizeof(struct siw_sge) * (SIW_MAX_SGE - 1)) macro
/kernel/linux/linux-5.10/drivers/infiniband/sw/siw/
H A Dsiw_verbs.c327 if (attrs->cap.max_inline_data > SIW_MAX_INLINE) { in siw_create_qp()
329 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()
655 if (bytes > SIW_MAX_INLINE) { in siw_copy_inline_sgl()
H A Dsiw_main.c561 if (SENDPAGE_THRESH < SIW_MAX_INLINE) { in siw_init_module()
H A Dsiw_qp.c907 if (wqe->sqe.sge[0].length > SIW_MAX_INLINE) { in siw_activate_tx_from_sq()
H A Dsiw_qp_tx.c831 if (wqe->bytes > SIW_MAX_INLINE) { in siw_qp_sq_proc_tx()
/kernel/linux/linux-6.6/drivers/infiniband/sw/siw/
H 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()
H A Dsiw_main.c510 if (SENDPAGE_THRESH < SIW_MAX_INLINE) { in siw_init_module()
H A Dsiw_qp_tx.c840 if (wqe->bytes > SIW_MAX_INLINE) { in siw_qp_sq_proc_tx()
H A Dsiw_qp.c910 if (wqe->sqe.sge[0].length > SIW_MAX_INLINE) { in siw_activate_tx_from_sq()

Completed in 18 milliseconds