Searched refs:mlx5_is_roce_on (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Dmain.c518 bool mlx5_is_roce_on(struct mlx5_core_dev *dev) function
534 EXPORT_SYMBOL(mlx5_is_roce_on); variable
643 mlx5_is_roce_on(dev));
669 return (MLX5_CAP_GEN(dev, roce_rw_supported) && !mlx5_is_roce_on(dev)) ||
/linux-master/include/linux/mlx5/
H A Ddriver.h1316 bool mlx5_is_roce_on(struct mlx5_core_dev *dev);
1326 return mlx5_is_roce_on(dev);

Completed in 105 milliseconds