Home
last modified time | relevance | path

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

/Linux-v6.1/include/uapi/rdma/
Defa-abi.h130 __u16 max_rq_sge; member
/Linux-v6.1/drivers/infiniband/hw/efa/
Defa_com_cmd.h138 u16 max_rq_sge; member
Defa_verbs.c235 props->max_recv_sge = dev_attr->max_rq_sge; in efa_query_device()
241 resp.max_rq_sge = dev_attr->max_rq_sge; in efa_query_device()
579 if (init_attr->cap.max_recv_sge > dev->dev_attr.max_rq_sge) { in efa_qp_validate_cap()
582 init_attr->cap.max_recv_sge, dev->dev_attr.max_rq_sge); in efa_qp_validate_cap()
Defa_com_cmd.c482 result->max_rq_sge = resp.u.queue_attr.max_wr_recv_sges; in efa_com_get_device_attr()