Lines Matching refs:max_sge
99 srq_attr->max_sge = qattr->max_sge; in qedr_query_srq()
132 attr->max_send_sge = qattr->max_sge; in qedr_query_device()
133 attr->max_recv_sge = qattr->max_sge; in qedr_query_device()
134 attr->max_sge_rd = qattr->max_sge; in qedr_query_device()
1177 if (attrs->cap.max_send_sge > qattr->max_sge) { in qedr_check_qp_attrs()
1180 attrs->cap.max_send_sge, qattr->max_sge); in qedr_check_qp_attrs()
1184 if (attrs->cap.max_recv_sge > qattr->max_sge) { in qedr_check_qp_attrs()
1187 attrs->cap.max_recv_sge, qattr->max_sge); in qedr_check_qp_attrs()
1329 if (attrs->attr.max_sge > qattr->max_sge) { in qedr_check_srq_params()
1332 attrs->attr.max_sge, qattr->max_sge); in qedr_check_srq_params()
1472 hw_srq->max_sges = init_attr->attr.max_sge; in qedr_create_srq()