Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/mlx5/
H A Dvport.h72 int mlx5_modify_nic_vport_mtu(struct mlx5_core_dev *mdev, u16 mtu);
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dvport.c231 int mlx5_modify_nic_vport_mtu(struct mlx5_core_dev *mdev, u16 mtu) in mlx5_modify_nic_vport_mtu() function
251 EXPORT_SYMBOL_GPL(mlx5_modify_nic_vport_mtu);
H A Den_main.c2703 mlx5_modify_nic_vport_mtu(mdev, hw_mtu); in mlx5e_set_mtu()