Searched refs:log_hp_size (Results 1 – 4 of 4) sorted by relevance
586 if (priv->config.log_hp_size != (uint32_t)MLX5_ARG_UNSET) { in mlx5_rxq_obj_hairpin_new()587 if (priv->config.log_hp_size > max_wq_data) { in mlx5_rxq_obj_hairpin_new()590 priv->config.log_hp_size); in mlx5_rxq_obj_hairpin_new()594 attr.wq_attr.log_hairpin_data_sz = priv->config.log_hp_size; in mlx5_rxq_obj_hairpin_new()1085 if (priv->config.log_hp_size != (uint32_t)MLX5_ARG_UNSET) { in mlx5_txq_obj_hairpin_new()1086 if (priv->config.log_hp_size > max_wq_data) { in mlx5_txq_obj_hairpin_new()1089 priv->config.log_hp_size); in mlx5_txq_obj_hairpin_new()1093 attr.wq_attr.log_hairpin_data_sz = priv->config.log_hp_size; in mlx5_txq_obj_hairpin_new()
249 unsigned int log_hp_size; /* Single hairpin queue data size in total. */ member
1567 config->log_hp_size = tmp; in mlx5_args_check()
2153 dev_config.log_hp_size = MLX5_ARG_UNSET; in mlx5_os_pci_probe()