Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Den.h881 struct mlx5e_profile { struct
884 const struct mlx5e_profile *profile, void *ppriv); argument
885 void (*cleanup)(struct mlx5e_priv *priv);
886 int (*init_rx)(struct mlx5e_priv *priv);
887 void (*cleanup_rx)(struct mlx5e_priv *priv);
888 int (*init_tx)(struct mlx5e_priv *priv);
889 void (*cleanup_tx)(struct mlx5e_priv *priv);
890 void (*enable)(struct mlx5e_priv *priv);
891 void (*disable)(struct mlx5e_priv *priv);
892 int (*update_rx)(struct mlx5e_priv *priv);
[all …]