Searched defs:mlx5e_profile (Results 1 – 1 of 1) sorted by relevance
903 struct mlx5e_profile { struct904 int (*init)(struct mlx5_core_dev *mdev,906 void (*cleanup)(struct mlx5e_priv *priv);907 int (*init_rx)(struct mlx5e_priv *priv);908 void (*cleanup_rx)(struct mlx5e_priv *priv);909 int (*init_tx)(struct mlx5e_priv *priv);910 void (*cleanup_tx)(struct mlx5e_priv *priv);911 void (*enable)(struct mlx5e_priv *priv);912 void (*disable)(struct mlx5e_priv *priv);913 int (*update_rx)(struct mlx5e_priv *priv);[all …]