Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lag/
H A Dlag.c1344 bool mlx5_lag_is_roce(struct mlx5_core_dev *dev) in mlx5_lag_is_roce() function
1357 EXPORT_SYMBOL(mlx5_lag_is_roce);
/openbmc/linux/include/linux/mlx5/
H A Ddriver.h1165 bool mlx5_lag_is_roce(struct mlx5_core_dev *dev);
/openbmc/linux/drivers/infiniband/hw/mlx5/
H A Dmain.c542 if (mlx5_lag_is_roce(mdev) || mlx5_lag_is_sriov(mdev)) { in mlx5_query_port_roce()