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