Searched defs:mlx5e_profile (Results 1 – 1 of 1) sorted by relevance
891 struct mlx5e_profile { struct892 int (*init)(struct mlx5_core_dev *mdev,894 void (*cleanup)(struct mlx5e_priv *priv);895 int (*init_rx)(struct mlx5e_priv *priv);896 void (*cleanup_rx)(struct mlx5e_priv *priv);897 int (*init_tx)(struct mlx5e_priv *priv);898 void (*cleanup_tx)(struct mlx5e_priv *priv);899 void (*enable)(struct mlx5e_priv *priv);900 void (*disable)(struct mlx5e_priv *priv);901 int (*update_rx)(struct mlx5e_priv *priv);[all …]