Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/mlx5/
Dvport.h69 int mlx5_query_nic_vport_mac_address(struct mlx5_core_dev *mdev,
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Dvport.c159 int mlx5_query_nic_vport_mac_address(struct mlx5_core_dev *mdev, in mlx5_query_nic_vport_mac_address() function
187 EXPORT_SYMBOL_GPL(mlx5_query_nic_vport_mac_address);
191 return mlx5_query_nic_vport_mac_address(mdev, 0, false, addr); in mlx5_query_mac_address()
Deswitch.c918 mlx5_query_nic_vport_mac_address(dev, vport->vport, true, mac); in esw_vport_change_handle_locked()