Home
last modified time | relevance | path

Searched refs:mlx4_set_vf_spoofchk (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/include/linux/mlx4/
Dcmd.h316 int mlx4_set_vf_spoofchk(struct mlx4_dev *dev, int port, int vf, bool setting);
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx4/
Dcmd.c3167 int mlx4_set_vf_spoofchk(struct mlx4_dev *dev, int port, int vf, bool setting) in mlx4_set_vf_spoofchk() function
3195 EXPORT_SYMBOL_GPL(mlx4_set_vf_spoofchk);
Den_netdev.c2604 return mlx4_set_vf_spoofchk(mdev->dev, en_priv->port, vf, setting); in mlx4_en_set_vf_spoofchk()