SIW_MAX_INLINE 577 drivers/infiniband/sw/siw/siw_main.c if (SENDPAGE_THRESH < SIW_MAX_INLINE) { SIW_MAX_INLINE 955 drivers/infiniband/sw/siw/siw_qp.c if (wqe->sqe.sge[0].length > SIW_MAX_INLINE) { SIW_MAX_INLINE 821 drivers/infiniband/sw/siw/siw_qp_tx.c if (wqe->bytes > SIW_MAX_INLINE) { SIW_MAX_INLINE 341 drivers/infiniband/sw/siw/siw_verbs.c if (attrs->cap.max_inline_data > SIW_MAX_INLINE) { SIW_MAX_INLINE 343 drivers/infiniband/sw/siw/siw_verbs.c attrs->cap.max_inline_data, (int)SIW_MAX_INLINE); SIW_MAX_INLINE 535 drivers/infiniband/sw/siw/siw_verbs.c qp_attr->cap.max_inline_data = SIW_MAX_INLINE; SIW_MAX_INLINE 672 drivers/infiniband/sw/siw/siw_verbs.c if (bytes > SIW_MAX_INLINE) {