Searched defs:mlx5e_profile (Results 1 – 1 of 1) sorted by relevance
842 struct mlx5e_profile { struct845 const struct mlx5e_profile *profile, void *ppriv); argument846 void (*cleanup)(struct mlx5e_priv *priv);847 int (*init_rx)(struct mlx5e_priv *priv);848 void (*cleanup_rx)(struct mlx5e_priv *priv);849 int (*init_tx)(struct mlx5e_priv *priv);850 void (*cleanup_tx)(struct mlx5e_priv *priv);851 void (*enable)(struct mlx5e_priv *priv);852 void (*disable)(struct mlx5e_priv *priv);853 int (*update_rx)(struct mlx5e_priv *priv);[all …]