Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_icm_pool.c80 u64 mlx5dr_icm_pool_get_chunk_mr_addr(struct mlx5dr_icm_chunk *chunk) in mlx5dr_icm_pool_get_chunk_mr_addr() function
H A Ddr_send.c846 mlx5dr_icm_pool_get_chunk_mr_addr(action->rewrite->chunk); in mlx5dr_send_postsend_action()
862 send_info.remote_addr = mlx5dr_icm_pool_get_chunk_mr_addr(chunk); in mlx5dr_send_postsend_pattern()
H A Ddr_types.h1222 u64 mlx5dr_icm_pool_get_chunk_mr_addr(struct mlx5dr_icm_chunk *chunk);
H A Ddr_ste.c136 return mlx5dr_icm_pool_get_chunk_mr_addr(ste->htbl->chunk) + DR_STE_SIZE * index; in mlx5dr_ste_get_mr_addr()