Searched refs:mlx4_flow_attach (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx4/ |
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()
|
D | en_netdev.c | 263 rc = mlx4_flow_attach(priv->mdev->dev, &rule, &filter->reg_id); in mlx4_en_filter_work() 601 err = mlx4_flow_attach(dev, &rule, reg_id); in mlx4_en_uc_steer_add()
|
D | en_ethtool.c | 1668 err = mlx4_flow_attach(priv->mdev->dev, &rule, ®_id); in mlx4_en_flow_replace()
|
/linux-6.6.21/include/linux/mlx4/ |
D | device.h | 1450 int mlx4_flow_attach(struct mlx4_dev *dev,
|