mlx4_flow_detach
err = mlx4_flow_detach(priv->mdev->dev, loc_rule->id);
err = mlx4_flow_detach(priv->mdev->dev, rule->id);
err = mlx4_flow_detach(priv->mdev->dev, mclist->tunnel_reg_id);
mlx4_flow_detach(priv->mdev->dev, priv->tunnel_reg_id);
mlx4_flow_detach(priv->mdev->dev, priv->tunnel_reg_id);
mlx4_flow_detach(mdev->dev, mclist->tunnel_reg_id);
mlx4_flow_detach(mdev->dev, flow->id);
rc = mlx4_flow_detach(priv->mdev->dev, filter->reg_id);
rc = mlx4_flow_detach(priv->mdev->dev, filter->reg_id);
mlx4_flow_detach(dev, reg_id);
mlx4_flow_detach(priv->mdev->dev, priv->tunnel_reg_id);
EXPORT_SYMBOL_GPL(mlx4_flow_detach);
return mlx4_flow_detach(dev, reg_id);
ret = mlx4_flow_detach(dev, *regid_p);
return mlx4_flow_detach(dev, reg_id);
mlx4_flow_detach(dev, rgid->reg_id);
int mlx4_flow_detach(struct mlx4_dev *dev, u64 reg_id);