Searched defs:mlx5_eswitch_rep_ops (Results 1 – 1 of 1) sorted by relevance
38 struct mlx5_eswitch_rep_ops { struct39 int (*load)(struct mlx5_core_dev *dev, struct mlx5_eswitch_rep *rep);40 void (*unload)(struct mlx5_eswitch_rep *rep);64 const struct mlx5_eswitch_rep_ops *ops, argument