Home
last modified time | relevance | path

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

/dpdk/drivers/common/mlx5/
H A Dmlx5_common_mr.c1606 struct mlx5_mempool_reg *mpr, *old_mpr, *new_mpr; in mlx5_mr_mempool_register_primary() local
1613 old_mpr = mlx5_mempool_reg_lookup(share_cache, mp); in mlx5_mr_mempool_register_primary()
1615 if (old_mpr != NULL && (!is_extmem || old_mpr->is_extmem)) { in mlx5_mr_mempool_register_primary()
1687 if (mpr == old_mpr && old_mpr != NULL) { in mlx5_mr_mempool_register_primary()
1688 LIST_REMOVE(old_mpr, next); in mlx5_mr_mempool_register_primary()
1705 } else if (old_mpr != NULL) { in mlx5_mr_mempool_register_primary()
1708 mlx5_mempool_reg_destroy(share_cache, old_mpr, standalone); in mlx5_mr_mempool_register_primary()