Searched defs:mlx5e_profile (Results 1 – 1 of 1) sorted by relevance
705 struct mlx5e_profile { struct708 const struct mlx5e_profile *profile, void *ppriv); argument709 void (*cleanup)(struct mlx5e_priv *priv);710 int (*init_rx)(struct mlx5e_priv *priv);711 void (*cleanup_rx)(struct mlx5e_priv *priv);712 int (*init_tx)(struct mlx5e_priv *priv);713 void (*cleanup_tx)(struct mlx5e_priv *priv);714 void (*enable)(struct mlx5e_priv *priv);715 void (*disable)(struct mlx5e_priv *priv);716 void (*update_stats)(struct mlx5e_priv *priv);[all …]