Home
last modified time | relevance | path

Searched refs:SIW_MAX_INLINE (Results 1 – 4 of 4) 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_main.c450 if (SENDPAGE_THRESH < SIW_MAX_INLINE) { in siw_init_module()
H A Dsiw_qp_tx.c833 if (wqe->bytes > SIW_MAX_INLINE) { in siw_qp_sq_proc_tx()
H A Dsiw_qp.c878 if (wqe->sqe.sge[0].length > SIW_MAX_INLINE) { in siw_activate_tx_from_sq()