Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/
Dfw.c75 int mlx5_core_query_vendor_id(struct mlx5_core_dev *mdev, u32 *vendor_id) in mlx5_core_query_vendor_id() function
95 EXPORT_SYMBOL(mlx5_core_query_vendor_id);
/linux-4.4.14/include/linux/mlx5/
Ddriver.h877 int mlx5_core_query_vendor_id(struct mlx5_core_dev *mdev, u32 *vendor_id);
/linux-4.4.14/drivers/infiniband/hw/mlx5/
Dmain.c160 return mlx5_core_query_vendor_id(dev->mdev, vendor_id); in mlx5_query_vendor_id()