Searched refs:mlx4_flow_attach (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/net/ethernet/mellanox/mlx4/ |
H A D | mcg.c | 977 int mlx4_flow_attach(struct mlx4_dev *dev, in mlx4_flow_attach() function 1035 EXPORT_SYMBOL_GPL(mlx4_flow_attach); 1082 err = mlx4_flow_attach(dev, &rule, reg_id); in mlx4_tunnel_steer_add() 1404 return mlx4_flow_attach(dev, &rule, reg_id); in mlx4_trans_to_dmfs_attach() 1497 return mlx4_flow_attach(dev, &rule, regid_p); in mlx4_flow_steer_promisc_add()
|
H A D | en_netdev.c | 265 rc = mlx4_flow_attach(priv->mdev->dev, &rule, &filter->reg_id); in mlx4_en_filter_work() 603 err = mlx4_flow_attach(dev, &rule, reg_id); in mlx4_en_uc_steer_add()
|
H A D | en_ethtool.c | 1649 err = mlx4_flow_attach(priv->mdev->dev, &rule, ®_id); in mlx4_en_flow_replace()
|
/linux/include/linux/mlx4/ |
H A D | device.h | 1450 int mlx4_flow_attach(struct mlx4_dev *dev,
|