Home
last modified time | relevance | path

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

/Linux-v6.1/include/uapi/rdma/
Defa-abi.h129 __u16 max_sq_sge; member
/Linux-v6.1/drivers/infiniband/hw/efa/
Defa_com_cmd.h137 u16 max_sq_sge; member
Defa_verbs.c234 props->max_send_sge = dev_attr->max_sq_sge; in efa_query_device()
240 resp.max_sq_sge = dev_attr->max_sq_sge; in efa_query_device()
573 if (init_attr->cap.max_send_sge > dev->dev_attr.max_sq_sge) { in efa_qp_validate_cap()
576 init_attr->cap.max_send_sge, dev->dev_attr.max_sq_sge); in efa_qp_validate_cap()
Defa_com_cmd.c481 result->max_sq_sge = resp.u.queue_attr.max_wr_send_sges; in efa_com_get_device_attr()