Lines Matching defs:profile
4582 const struct mlx5_ib_profile *profile,
4590 if (profile->stage[stage].cleanup)
4591 profile->stage[stage].cleanup(dev);
4599 const struct mlx5_ib_profile *profile)
4604 dev->profile = profile;
4607 if (profile->stage[i].init) {
4608 err = profile->stage[i].init(dev);
4619 __mlx5_ib_remove(dev, profile, i);
4791 const struct mlx5_ib_profile *profile;
4826 profile = &raw_eth_profile;
4828 profile = &pf_profile;
4830 return __mlx5_ib_add(dev, profile);
4855 __mlx5_ib_remove(dev, dev->profile, MLX5_IB_STAGE_MAX);