Searched refs:devx (Results 1 – 12 of 12) sorted by relevance
| /dpdk/drivers/net/mlx5/ |
| H A D | mlx5_flow_flex.c | 363 struct mlx5_flex_parser_devx *devx, in mlx5_flex_translate_length() argument 367 struct mlx5_devx_graph_node_attr *node = &devx->devx_conf; in mlx5_flex_translate_length() 466 struct mlx5_flex_parser_devx *devx, in mlx5_flex_translate_next() argument 470 struct mlx5_devx_graph_node_attr *node = &devx->devx_conf; in mlx5_flex_translate_next() 1049 struct mlx5_flex_parser_devx *devx, in mlx5_flex_translate_arc_in() argument 1053 struct mlx5_devx_graph_node_attr *node = &devx->devx_conf; in mlx5_flex_translate_arc_in() 1108 struct mlx5_flex_parser_devx *devx, in mlx5_flex_translate_arc_out() argument 1112 struct mlx5_devx_graph_node_attr *node = &devx->devx_conf; in mlx5_flex_translate_arc_out() 1147 struct mlx5_flex_parser_devx *devx, in mlx5_flex_translate_conf() argument 1155 ret = mlx5_flex_translate_length(attr, conf, devx, error); in mlx5_flex_translate_conf() [all …]
|
| H A D | mlx5.c | 519 if (!sh->cdev->config.devx || !sh->config.dv_flow_en || in mlx5_flow_counter_mode_config() 1467 if (sh->cdev->config.devx) { in mlx5_alloc_shared_dev_ctx() 2249 bool devx = priv->sh->cdev->config.devx; in mlx5_port_args_config() local 2342 (!devx || !hca_attr->mini_cqe_resp_flow_tag)) { in mlx5_port_args_config() 2348 (!devx || !hca_attr->mini_cqe_resp_l3_l4_tag)) { in mlx5_port_args_config()
|
| H A D | mlx5.h | 1584 return (sh->cdev->config.devx && sh->config.dv_flow_en && in mlx5_devx_obj_ops_en()
|
| H A D | mlx5_flow_dv.c | 3307 if (!priv->sh->cdev->config.devx) in flow_dv_validate_action_count() 5319 if (!priv->sh->cdev->config.devx || in flow_dv_validate_action_age() 5605 if (!priv->sh->cdev->config.devx || in flow_dv_validate_action_sample() 6194 if (!priv->sh->cdev->config.devx) { in flow_dv_counter_alloc() 6517 if (!priv->sh->cdev->config.devx) { in flow_dv_mtr_alloc() 12766 if (!priv->sh->cdev->config.devx) { in flow_dv_aso_ct_alloc() 13205 if (!priv->sh->cdev->config.devx) { in flow_dv_translate() 16109 if (!priv->sh->cdev->config.devx) in flow_dv_query_count() 17727 if (!priv->sh->cdev->config.devx) in flow_dv_counter_query()
|
| H A D | mlx5_flow.c | 10945 if (priv->sh->cdev->config.devx && priv->sh->config.dv_flow_en) in mlx5_flow_discover_priorities()
|
| /dpdk/drivers/common/mlx5/ |
| H A D | mlx5_common.c | 700 if (cdev->config.devx || cdev->config.device_fd != MLX5_ARG_UNSET) { in mlx5_dev_hw_global_prepare() 709 cdev->config.devx = 1; in mlx5_dev_hw_global_prepare() 711 DRV_LOG(DEBUG, "DevX is %ssupported.", cdev->config.devx ? "" : "NOT "); in mlx5_dev_hw_global_prepare()
|
| H A D | mlx5_common.h | 451 unsigned int devx:1; /* Whether devx interface is available or not. */ member
|
| /dpdk/drivers/net/mlx5/windows/ |
| H A D | mlx5_os.c | 162 MLX5_ASSERT(sh->cdev->config.devx); in mlx5_os_capabilities_prepare() 543 if (sh->cdev->config.devx) { in mlx5_dev_spawn()
|
| /dpdk/drivers/common/mlx5/linux/ |
| H A D | mlx5_common_os.c | 534 if (cdev->config.devx == 0) in mlx5_os_pd_prepare() 799 cdev->config.devx = 1; in mlx5_open_device()
|
| /dpdk/drivers/common/mlx5/windows/ |
| H A D | mlx5_common_os.c | 258 cdev->config.devx = 1; in mlx5_os_open_device()
|
| /dpdk/drivers/net/mlx5/linux/ |
| H A D | mlx5_os.c | 283 cdev->config.devx ? in mlx5_os_capabilities_prepare() 323 if (!sh->cdev->config.devx) in mlx5_os_capabilities_prepare() 1288 if (sh->cdev->config.devx) { in mlx5_dev_spawn() 2580 if (sh->cdev->config.devx) { in mlx5_os_dev_shared_handler_install()
|
| H A D | mlx5_verbs.c | 1000 if (priv->sh->cdev->config.devx && !priv->sh->tdn) in mlx5_txq_ibv_obj_new() 1048 if (priv->sh->cdev->config.devx && !priv->sh->tdn) { in mlx5_txq_ibv_obj_new()
|