Home
last modified time | relevance | path

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

/linux-5.19.10/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-5.19.10/include/linux/mlx5/ !
Ddriver.h1144 int mlx5_core_query_vendor_id(struct mlx5_core_dev *mdev, u32 *vendor_id);
/linux-5.19.10/drivers/infiniband/hw/mlx5/ !
Dmain.c746 return mlx5_core_query_vendor_id(dev->mdev, vendor_id); in mlx5_query_vendor_id()