Searched refs:mlx5_query_nic_vport_mac_address (Results 1 – 4 of 4) sorted by relevance
/linux/include/linux/mlx5/ |
H A D | vport.h | 61 int mlx5_query_nic_vport_mac_address(struct mlx5_core_dev *mdev,
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | vport.c | 146 int mlx5_query_nic_vport_mac_address(struct mlx5_core_dev *mdev, in mlx5_query_nic_vport_mac_address() function 168 EXPORT_SYMBOL_GPL(mlx5_query_nic_vport_mac_address); 172 return mlx5_query_nic_vport_mac_address(mdev, 0, false, addr); in mlx5_query_mac_address()
|
H A D | eswitch.c | 734 mlx5_query_nic_vport_mac_address(dev, vport->vport, true, mac); in esw_vport_change_handle_locked() 941 mlx5_query_nic_vport_mac_address(esw->dev, vport_num, true, vport->info.mac); in mlx5_esw_vport_enable()
|
/linux/drivers/vdpa/mlx5/net/ |
H A D | mlx5_vnet.c | 3927 err = mlx5_query_nic_vport_mac_address(mdev, 0, 0, config->mac); in mlx5_vdpa_dev_add()
|