Searched refs:dev_attr (Results 1 – 4 of 4) sorted by relevance
1264 mana_probe_port(struct ibv_device *ibdev, struct ibv_device_attr_ex *dev_attr, in mana_probe_port() argument1380 priv->max_rx_queues = dev_attr->orig_attr.max_qp; in mana_probe_port()1381 priv->max_tx_queues = dev_attr->orig_attr.max_qp; in mana_probe_port()1384 RTE_MIN(dev_attr->orig_attr.max_qp_wr, in mana_probe_port()1385 dev_attr->orig_attr.max_cqe); in mana_probe_port()1387 RTE_MIN(dev_attr->orig_attr.max_qp_wr, in mana_probe_port()1388 dev_attr->orig_attr.max_cqe); in mana_probe_port()1390 priv->max_send_sge = dev_attr->orig_attr.max_sge; in mana_probe_port()1391 priv->max_recv_sge = dev_attr->orig_attr.max_sge; in mana_probe_port()1393 priv->max_mr = dev_attr->orig_attr.max_mr; in mana_probe_port()[all …]
410 struct ena_admin_device_attr_feature_desc dev_attr; member
2309 memcpy(&get_feat_ctx->dev_attr, &get_resp.u.dev_attr, in ena_com_get_dev_attr_feat()2310 sizeof(get_resp.u.dev_attr)); in ena_com_get_dev_attr_feat()2312 ena_dev->supported_features = get_resp.u.dev_attr.supported_features; in ena_com_get_dev_attr_feat()2313 ena_dev->capabilities = get_resp.u.dev_attr.capabilities; in ena_com_get_dev_attr_feat()
1115 struct ena_admin_device_attr_feature_desc dev_attr; member