Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/efa/
H A Defa_com_cmd.h125 u32 max_rq_depth; /* wqes */ member
H A Defa_admin_cmds_defs.h693 u32 max_rq_depth; member
H A Defa_com_cmd.c490 result->max_rq_depth = resp.u.queue_attr.max_rq_depth; in efa_com_get_device_attr()
H A Defa_verbs.c236 dev_attr->max_rq_depth); in efa_query_device()
246 resp.max_rq_wr = dev_attr->max_rq_depth; in efa_query_device()
578 if (init_attr->cap.max_recv_wr > dev->dev_attr.max_rq_depth) { in efa_qp_validate_cap()
582 dev->dev_attr.max_rq_depth); in efa_qp_validate_cap()