Home
last modified time | relevance | path

Searched defs:mlx5e_profile (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Den.h705 struct mlx5e_profile { struct
708 const struct mlx5e_profile *profile, void *ppriv); argument
709 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 …]