Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_types.h998 struct mlx5dr_mr { struct
1012 struct mlx5dr_mr *mr; argument
1025 struct mlx5dr_mr *sync_mr;
Ddr_send.c804 static struct mlx5dr_mr *dr_reg_mr(struct mlx5_core_dev *mdev, in dr_reg_mr()
807 struct mlx5dr_mr *mr = kzalloc(sizeof(*mr), GFP_KERNEL); in dr_reg_mr()
841 static void dr_dereg_mr(struct mlx5_core_dev *mdev, struct mlx5dr_mr *mr) in dr_dereg_mr()