Home
last modified time | relevance | path

Searched refs:bulk_query_alloc_failed (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/
Dfs_counters.c244 if (fc_stats->bulk_query_alloc_failed && in mlx5_fc_stats_bulk_query_size_increase()
254 fc_stats->bulk_query_alloc_failed = true; in mlx5_fc_stats_bulk_query_size_increase()
263 if (fc_stats->bulk_query_alloc_failed) { in mlx5_fc_stats_bulk_query_size_increase()
267 fc_stats->bulk_query_alloc_failed = false; in mlx5_fc_stats_bulk_query_size_increase()
/linux-6.1.9/include/linux/mlx5/
Ddriver.h499 bool bulk_query_alloc_failed; member