Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/mlx5/
Dvport.h63 int mlx5_query_mac_address(struct mlx5_core_dev *mdev, u8 *addr);
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/
Drdma.c126 mlx5_query_mac_address(dev, hw_id); in mlx5_rdma_make_default_gid()
Dvport.c170 int mlx5_query_mac_address(struct mlx5_core_dev *mdev, u8 *addr) in mlx5_query_mac_address() function
174 EXPORT_SYMBOL_GPL(mlx5_query_mac_address);
Den_dcbnl.c691 mlx5_query_mac_address(priv->mdev, perm_addr); in mlx5e_dcbnl_getpermhwaddr()
Den_main.c4982 mlx5_query_mac_address(priv->mdev, addr); in mlx5e_set_netdev_dev_addr()
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/fpga/
Dconn.c834 err = mlx5_query_mac_address(fdev->mdev, remote_mac); in mlx5_fpga_conn_create()