Searched refs:mlx4_set_vf_spoofchk (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/linux/mlx4/ |
H A D | cmd.h | 316 int mlx4_set_vf_spoofchk(struct mlx4_dev *dev, int port, int vf, bool setting);
|
/kernel/linux/linux-6.6/include/linux/mlx4/ |
H A D | cmd.h | 316 int mlx4_set_vf_spoofchk(struct mlx4_dev *dev, int port, int vf, bool setting);
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/ |
H A D | cmd.c | 3169 int mlx4_set_vf_spoofchk(struct mlx4_dev *dev, int port, int vf, bool setting) in mlx4_set_vf_spoofchk() function 3197 EXPORT_SYMBOL_GPL(mlx4_set_vf_spoofchk); variable
|
H A D | en_netdev.c | 2597 return mlx4_set_vf_spoofchk(mdev->dev, en_priv->port, vf, setting); in mlx4_en_set_vf_spoofchk()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/ |
H A D | cmd.c | 3167 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); variable
|
H A D | en_netdev.c | 2601 return mlx4_set_vf_spoofchk(mdev->dev, en_priv->port, vf, setting); in mlx4_en_set_vf_spoofchk()
|
Completed in 19 milliseconds