Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/
Dfw.c97 int mlx5_core_query_vendor_id(struct mlx5_core_dev *mdev, u32 *vendor_id) in mlx5_core_query_vendor_id() function
119 EXPORT_SYMBOL(mlx5_core_query_vendor_id);
/linux-6.1.9/include/linux/mlx5/
Ddriver.h1145 int mlx5_core_query_vendor_id(struct mlx5_core_dev *mdev, u32 *vendor_id);
/linux-6.1.9/drivers/infiniband/hw/mlx5/
Dmain.c745 return mlx5_core_query_vendor_id(dev->mdev, vendor_id); in mlx5_query_vendor_id()