Lines Matching refs:max_sge
100 srq_attr->max_sge = qattr->max_sge; in qedr_query_srq()
133 attr->max_send_sge = qattr->max_sge; in qedr_query_device()
134 attr->max_recv_sge = qattr->max_sge; in qedr_query_device()
135 attr->max_sge_rd = qattr->max_sge; in qedr_query_device()
1098 if (attrs->cap.max_send_sge > qattr->max_sge) { in qedr_check_qp_attrs()
1101 attrs->cap.max_send_sge, qattr->max_sge); in qedr_check_qp_attrs()
1105 if (attrs->cap.max_recv_sge > qattr->max_sge) { in qedr_check_qp_attrs()
1108 attrs->cap.max_recv_sge, qattr->max_sge); in qedr_check_qp_attrs()
1250 if (attrs->attr.max_sge > qattr->max_sge) { in qedr_check_srq_params()
1253 attrs->attr.max_sge, qattr->max_sge); in qedr_check_srq_params()
1381 hw_srq->max_sges = init_attr->attr.max_sge; in qedr_create_srq()