Home
last modified time | relevance | path

Searched refs:mlx5_query_mac_address (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/include/linux/mlx5/
Dvport.h71 int mlx5_query_mac_address(struct mlx5_core_dev *mdev, u8 *addr);
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Drdma.c126 mlx5_query_mac_address(dev, hw_id); in mlx5_rdma_make_default_gid()
Dvport.c189 int mlx5_query_mac_address(struct mlx5_core_dev *mdev, u8 *addr) in mlx5_query_mac_address() function
193 EXPORT_SYMBOL_GPL(mlx5_query_mac_address);
Den_dcbnl.c683 mlx5_query_mac_address(priv->mdev, perm_addr); in mlx5e_dcbnl_getpermhwaddr()
Den_rep.c1455 mlx5_query_mac_address(mdev, netdev->dev_addr); in mlx5e_build_rep_netdev()
Den_main.c4841 mlx5_query_mac_address(priv->mdev, netdev->dev_addr); in mlx5e_set_netdev_dev_addr()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/fpga/
Dconn.c874 err = mlx5_query_mac_address(fdev->mdev, remote_mac); in mlx5_fpga_conn_create()