Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/rdma/
H A Defa-abi.h131 __u16 max_sq_sge; member
/openbmc/linux/drivers/infiniband/hw/efa/
H A Defa_com_cmd.h137 u16 max_sq_sge; member
H A Defa_verbs.c238 props->max_send_sge = dev_attr->max_sq_sge; in efa_query_device()
244 resp.max_sq_sge = dev_attr->max_sq_sge; in efa_query_device()
583 if (init_attr->cap.max_send_sge > dev->dev_attr.max_sq_sge) { in efa_qp_validate_cap()
586 init_attr->cap.max_send_sge, dev->dev_attr.max_sq_sge); in efa_qp_validate_cap()
H A Defa_com_cmd.c481 result->max_sq_sge = resp.u.queue_attr.max_wr_send_sges; in efa_com_get_device_attr()