Searched defs:max_recv_sge (Results 1 - 1 of 1) sorted by relevance

/drivers/infiniband/hw/ehca/
H A Dehca_qp.c465 int qp_type, max_send_sge, max_recv_sge, ret; local
530 if (init_attr->cap.max_recv_sge > 3) {
533 pd, init_attr->cap.max_recv_sge);
573 && init_attr->cap.max_recv_sge <= 5
574 && init_attr->cap.max_recv_sge >= 1)) {
577 "or max_recv_sge=%x for UD LLQP",
579 init_attr->cap.max_recv_sge);
602 || init_attr->cap.max_recv_sge > max_sge) {
606 init_attr->cap.max_recv_sge, max_sge);
678 max_recv_sge
[all...]

Completed in 55 milliseconds