Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/mlx5/
Dport.h214 int mlx5_query_port_dcbx_param(struct mlx5_core_dev *mdev, u32 *out);
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/
Den_dcbnl.c76 err = mlx5_query_port_dcbx_param(mdev, param); in mlx5e_dcbnl_set_dcbx_mode()
1036 if (!mlx5_query_port_dcbx_param(priv->mdev, out)) in mlx5e_dcbnl_query_dcbx_mode()
Dport.c626 int mlx5_query_port_dcbx_param(struct mlx5_core_dev *mdev, u32 *out) in mlx5_query_port_dcbx_param() function