Home
last modified time | relevance | path

Searched refs:qcn_stats (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/mellanox/mlx4/
Den_dcb_nl.c668 struct ieee_qcn_stats *qcn_stats) in mlx4_en_dcbnl_ieee_getqcnstats() argument
701 qcn_stats->rppp_rp_centiseconds[i] = in mlx4_en_dcbnl_ieee_getqcnstats()
703 qcn_stats->rppp_created_rps[i] = in mlx4_en_dcbnl_ieee_getqcnstats()
/linux-6.1.9/net/dcb/
Ddcbnl.c1081 struct ieee_qcn_stats qcn_stats; in dcbnl_ieee_fill() local
1083 memset(&qcn_stats, 0, sizeof(qcn_stats)); in dcbnl_ieee_fill()
1084 err = ops->ieee_getqcnstats(netdev, &qcn_stats); in dcbnl_ieee_fill()
1087 sizeof(qcn_stats), &qcn_stats); in dcbnl_ieee_fill()