Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/mlx5/
H A Dvport.h71 int mlx5_query_mac_address(struct mlx5_core_dev *mdev, u8 *addr);
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A Drdma.c126 mlx5_query_mac_address(dev, hw_id); in mlx5_rdma_make_default_gid()
H A Dvport.c169 int mlx5_query_mac_address(struct mlx5_core_dev *mdev, u8 *addr) in mlx5_query_mac_address() function
173 EXPORT_SYMBOL_GPL(mlx5_query_mac_address);
H A Den_dcbnl.c691 mlx5_query_mac_address(priv->mdev, perm_addr); in mlx5e_dcbnl_getpermhwaddr()
H A Den_rep.c729 mlx5_query_mac_address(mdev, netdev->dev_addr); in mlx5e_build_rep_netdev()
H A Den_main.c4937 mlx5_query_mac_address(priv->mdev, netdev->dev_addr); in mlx5e_set_netdev_dev_addr()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/fpga/
H A Dconn.c833 err = mlx5_query_mac_address(fdev->mdev, remote_mac); in mlx5_fpga_conn_create()