Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/common/mlx5/
H A Dversion.map64 mlx5_mr_lookup_cache;
H A Dmlx5_common_mr.c404 mlx5_mr_lookup_cache(struct mlx5_mr_share_cache *share_cache, in mlx5_mr_lookup_cache() function
556 mlx5_mr_lookup_cache(share_cache, entry, addr); in mlx5_mr_create_secondary()
714 if (mlx5_mr_lookup_cache(share_cache, entry, addr) != UINT32_MAX) { in mlx5_mr_create_primary()
743 if (mlx5_mr_lookup_cache(share_cache, &ret, start) == in mlx5_mr_create_primary()
787 mlx5_mr_lookup_cache(share_cache, entry, addr); in mlx5_mr_create_primary()
H A Dmlx5_common_mr.h151 mlx5_mr_lookup_cache(struct mlx5_mr_share_cache *share_cache,
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_mr.c264 lkey = mlx5_mr_lookup_cache(&sh->share_cache, &entry, addr); in mlx5_mr_update_ext_mp_cb()