Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Ddm.c92 int mlx5_dm_sw_icm_alloc(struct mlx5_core_dev *dev, enum mlx5_sw_icm_type type, in mlx5_dm_sw_icm_alloc() function
180 EXPORT_SYMBOL_GPL(mlx5_dm_sw_icm_alloc);
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_icm_pool.c126 err = mlx5_dm_sw_icm_alloc(mdev, icm_mr->dm.type, icm_mr->dm.length, in dr_icm_pool_mr_create()
/OK3568_Linux_fs/kernel/include/linux/mlx5/
H A Ddriver.h1100 int mlx5_dm_sw_icm_alloc(struct mlx5_core_dev *dev, enum mlx5_sw_icm_type type,
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx5/
H A Dmain.c2423 err = mlx5_dm_sw_icm_alloc(dev, type, act_size, attr->alignment, in handle_alloc_dm_sw_icm()