Searched defs:max_send_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
571 if (!(init_attr->cap.max_send_sge <= 5
572 && init_attr->cap.max_send_sge >= 1
576 "Invalid Number of max_send_sge=%x "
578 init_attr->cap.max_send_sge,
601 if (init_attr->cap.max_send_sge > max_sge
605 init_attr->cap.max_send_sge,
677 max_send_sge = init_attr->cap.max_send_sge;
680 max_send_sge
[all...]

Completed in 23 milliseconds