Home
last modified time | relevance | path

Searched refs:max_sq_sge (Results 1 – 3 of 3) sorted by relevance

/drivers/infiniband/hw/efa/
Defa_com_cmd.h129 u16 max_sq_sge; member
Defa_verbs.c230 props->max_send_sge = dev_attr->max_sq_sge; in efa_query_device()
236 resp.max_sq_sge = dev_attr->max_sq_sge; in efa_query_device()
565 if (init_attr->cap.max_send_sge > dev->dev_attr.max_sq_sge) { in efa_qp_validate_cap()
568 init_attr->cap.max_send_sge, dev->dev_attr.max_sq_sge); in efa_qp_validate_cap()
Defa_com_cmd.c476 result->max_sq_sge = resp.u.queue_attr.max_wr_send_sges; in efa_com_get_device_attr()