Home
last modified time | relevance | path

Searched refs:log_hp_size (Results 1 – 3 of 3) sorted by relevance

/dpdk/drivers/net/mlx5/
H A Dmlx5_devx.c425 if (priv->config.log_hp_size != (uint32_t)MLX5_ARG_UNSET) { in mlx5_rxq_obj_hairpin_new()
426 if (priv->config.log_hp_size > max_wq_data) { in mlx5_rxq_obj_hairpin_new()
429 priv->config.log_hp_size); in mlx5_rxq_obj_hairpin_new()
433 attr.wq_attr.log_hairpin_data_sz = priv->config.log_hp_size; in mlx5_rxq_obj_hairpin_new()
1146 if (priv->config.log_hp_size != (uint32_t)MLX5_ARG_UNSET) { in mlx5_txq_obj_hairpin_new()
1147 if (priv->config.log_hp_size > max_wq_data) { in mlx5_txq_obj_hairpin_new()
1150 priv->config.log_hp_size); in mlx5_txq_obj_hairpin_new()
1154 attr.wq_attr.log_hairpin_data_sz = priv->config.log_hp_size; in mlx5_txq_obj_hairpin_new()
H A Dmlx5.c2222 config->log_hp_size = tmp; in mlx5_port_args_check_handler()
2290 config->log_hp_size = MLX5_ARG_UNSET; in mlx5_port_args_config()
2381 DRV_LOG(DEBUG, "\"log_hp_size\" is %u.", config->log_hp_size); in mlx5_port_args_config()
H A Dmlx5.h282 unsigned int log_hp_size; /* Single hairpin queue data size in total. */ member