Home
last modified time | relevance | path

Searched defs:mlx5_eswitch_rep_ops (Results 1 – 1 of 1) sorted by relevance

/linux/include/linux/mlx5/
H A Deswitch.h38 struct mlx5_eswitch_rep_ops { struct
39 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