Home
last modified time | relevance | path

Searched refs:MLX5_ARG_UNSET (Results 1 – 9 of 9) sorted by relevance

/dpdk/drivers/common/mlx5/linux/
H A Dmlx5_common_os.c426 if (device_fd == MLX5_ARG_UNSET && pd_handle != MLX5_ARG_UNSET) { in mlx5_os_remote_pd_and_ctx_validate()
431 if (device_fd != MLX5_ARG_UNSET && pd_handle == MLX5_ARG_UNSET) { in mlx5_os_remote_pd_and_ctx_validate()
439 if (pd_handle != MLX5_ARG_UNSET || device_fd != MLX5_ARG_UNSET) { in mlx5_os_remote_pd_and_ctx_validate()
461 if (cdev->config.pd_handle == MLX5_ARG_UNSET) in mlx5_os_pd_release()
526 if (cdev->config.pd_handle == MLX5_ARG_UNSET) in mlx5_os_pd_prepare()
743 value = env ? !!strcmp(env, "0") : MLX5_ARG_UNSET; in mlx5_config_doorbell_mapping_env()
744 if (dbnc == MLX5_ARG_UNSET) in mlx5_config_doorbell_mapping_env()
757 if (value == MLX5_ARG_UNSET) in mlx5_restore_doorbell_mapping_env()
781 MLX5_ASSERT(cdev->config.device_fd == MLX5_ARG_UNSET); in mlx5_open_device()
833 MLX5_ASSERT(cdev->config.device_fd != MLX5_ARG_UNSET); in mlx5_import_device()
[all …]
/dpdk/drivers/common/mlx5/
H A Dmlx5_common_defs.h35 #define MLX5_ARG_UNSET (-1) macro
H A Dmlx5_common.h483 return cdev->config.device_fd != MLX5_ARG_UNSET && in mlx5_imported_pd_and_ctx()
484 cdev->config.pd_handle != MLX5_ARG_UNSET; in mlx5_imported_pd_and_ctx()
H A Dmlx5_common.c333 config->dbnc = MLX5_ARG_UNSET; in mlx5_common_config_get()
334 config->device_fd = MLX5_ARG_UNSET; in mlx5_common_config_get()
335 config->pd_handle = MLX5_ARG_UNSET; in mlx5_common_config_get()
700 if (cdev->config.devx || cdev->config.device_fd != MLX5_ARG_UNSET) { in mlx5_dev_hw_global_prepare()
/dpdk/drivers/common/mlx5/windows/
H A Dmlx5_common_os.c43 if (pd_handle != MLX5_ARG_UNSET || device_fd != MLX5_ARG_UNSET) { in mlx5_os_remote_pd_and_ctx_validate()
/dpdk/drivers/net/mlx5/
H A Dmlx5_txq.c764 if (config->txqs_inline == MLX5_ARG_UNSET) in txq_set_params()
774 inlen_send = (config->txq_inline_max == MLX5_ARG_UNSET) ? in txq_set_params()
777 inlen_empw = (config->txq_inline_mpw == MLX5_ARG_UNSET) ? in txq_set_params()
780 inlen_mode = (config->txq_inline_min == MLX5_ARG_UNSET) ? in txq_set_params()
992 config->txq_inline_max != MLX5_ARG_UNSET && in txq_adjust_params()
1003 config->txq_inline_mpw != MLX5_ARG_UNSET && in txq_adjust_params()
H A Dmlx5.c2280 config->mps = MLX5_ARG_UNSET; in mlx5_port_args_config()
2283 config->txq_inline_max = MLX5_ARG_UNSET; in mlx5_port_args_config()
2284 config->txq_inline_min = MLX5_ARG_UNSET; in mlx5_port_args_config()
2285 config->txq_inline_mpw = MLX5_ARG_UNSET; in mlx5_port_args_config()
2286 config->txqs_inline = MLX5_ARG_UNSET; in mlx5_port_args_config()
2290 config->log_hp_size = MLX5_ARG_UNSET; in mlx5_port_args_config()
2314 if (config->mps == MLX5_ARG_UNSET) in mlx5_port_args_config()
2624 if (config->txq_inline_min != MLX5_ARG_UNSET) { in mlx5_set_min_inline()
H A Dmlx5_devx.c425 if (priv->config.log_hp_size != (uint32_t)MLX5_ARG_UNSET) { in mlx5_rxq_obj_hairpin_new()
1146 if (priv->config.log_hp_size != (uint32_t)MLX5_ARG_UNSET) { in mlx5_txq_obj_hairpin_new()
H A Dmlx5_ethdev.c283 inlen = (config->txq_inline_max == MLX5_ARG_UNSET) ? in mlx5_set_txlimit_params()