Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A Den.h843 struct mlx5e_profile { struct
846 const struct mlx5e_profile *profile, void *ppriv); argument
847 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 …]