Searched defs:mlx5e_profile (Results 1 – 1 of 1) sorted by relevance
881 struct mlx5e_profile { struct884 const struct mlx5e_profile *profile, void *ppriv); argument885 void (*cleanup)(struct mlx5e_priv *priv);886 int (*init_rx)(struct mlx5e_priv *priv);887 void (*cleanup_rx)(struct mlx5e_priv *priv);888 int (*init_tx)(struct mlx5e_priv *priv);889 void (*cleanup_tx)(struct mlx5e_priv *priv);890 void (*enable)(struct mlx5e_priv *priv);891 void (*disable)(struct mlx5e_priv *priv);892 int (*update_rx)(struct mlx5e_priv *priv);[all …]