Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/mlx5/
Dvport.h75 int mlx5_query_nic_vport_node_guid(struct mlx5_core_dev *mdev, u64 *node_guid);
/linux-5.19.10/drivers/net/ethernet/mellanox/mlx5/core/
Dvport.c442 int mlx5_query_nic_vport_node_guid(struct mlx5_core_dev *mdev, u64 *node_guid) in mlx5_query_nic_vport_node_guid() function
460 EXPORT_SYMBOL_GPL(mlx5_query_nic_vport_node_guid);
/linux-5.19.10/drivers/infiniband/hw/mlx5/
Dmain.c768 err = mlx5_query_nic_vport_node_guid(dev->mdev, &tmp); in mlx5_query_node_guid()