Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/common/mlx5/
H A Dversion.map65 mlx5_mr_lookup_list;
H A Dmlx5_common_mr.h155 mlx5_mr_lookup_list(struct mlx5_mr_share_cache *share_cache,
H A Dmlx5_common_mr.c364 mlx5_mr_lookup_list(struct mlx5_mr_share_cache *share_cache, in mlx5_mr_lookup_list() function
423 mr = mlx5_mr_lookup_list(share_cache, entry, addr); in mlx5_mr_lookup_cache()
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_mr.c79 mr = mlx5_mr_lookup_list(&sh->share_cache, &entry, start); in mlx5_mr_mem_event_free_cb()
397 mr = mlx5_mr_lookup_list(&sh->share_cache, &entry, (uintptr_t)addr); in mlx5_dma_unmap()