SIW_MAX_INLINE
if (SENDPAGE_THRESH < SIW_MAX_INLINE) {
if (wqe->sqe.sge[0].length > SIW_MAX_INLINE) {
if (wqe->bytes > SIW_MAX_INLINE) {
if (attrs->cap.max_inline_data > SIW_MAX_INLINE) {
attrs->cap.max_inline_data, (int)SIW_MAX_INLINE);
qp_attr->cap.max_inline_data = SIW_MAX_INLINE;
if (bytes > SIW_MAX_INLINE) {