Home
last modified time | relevance | path

Searched refs:ieee_getmaxrate (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/include/net/
Ddcbnl.h52 int (*ieee_getmaxrate) (struct net_device *, struct ieee_maxrate *); member
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/
Den_dcb_nl.c713 .ieee_getmaxrate = mlx4_en_dcbnl_ieee_getmaxrate,
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_dcb.c641 .ieee_getmaxrate = mlxsw_sp_dcbnl_ieee_getmaxrate,
/kernel/linux/linux-5.10/net/dcb/
Ddcbnl.c1055 if (ops->ieee_getmaxrate) { in dcbnl_ieee_fill()
1058 err = ops->ieee_getmaxrate(netdev, &maxrate); in dcbnl_ieee_fill()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
Den_dcbnl.c991 .ieee_getmaxrate = mlx5e_dcbnl_ieee_getmaxrate,