Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_counters.c176 u32 *bulk_query_out_tmp; in mlx5_fc_stats_bulk_query_buf_realloc() local
180 bulk_query_out_tmp = kvzalloc(out_len, GFP_KERNEL); in mlx5_fc_stats_bulk_query_buf_realloc()
181 if (!bulk_query_out_tmp) { in mlx5_fc_stats_bulk_query_buf_realloc()
189 fc_stats->bulk_query_out = bulk_query_out_tmp; in mlx5_fc_stats_bulk_query_buf_realloc()