Home
last modified time | relevance | path

Searched refs:stats_base (Results 1 – 10 of 10) sorted by relevance

/linux-6.15/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_qdisc.c80 } stats_base; member
200 tmp->stats_base.backlog -= mlxsw_sp_qdisc->stats_base.backlog; in mlxsw_sp_qdisc_reduce_parent_backlog()
564 struct mlxsw_sp_qdisc_stats *stats_base = &mlxsw_sp_qdisc->stats_base; in mlxsw_sp_qdisc_update_stats() local
568 drops -= stats_base->drops; in mlxsw_sp_qdisc_update_stats()
569 backlog -= stats_base->backlog; in mlxsw_sp_qdisc_update_stats()
576 stats_base->drops += drops; in mlxsw_sp_qdisc_update_stats()
652 stats_base = &mlxsw_sp_qdisc->stats_base; in mlxsw_sp_setup_tc_qdisc_red_clean_stats()
665 stats_base->backlog = 0; in mlxsw_sp_setup_tc_qdisc_red_clean_stats()
812 stats_base = &mlxsw_sp_qdisc->stats_base; in mlxsw_sp_qdisc_get_red_stats()
1476 stats_base = &mlxsw_sp_qdisc->stats_base; in mlxsw_sp_setup_tc_qdisc_prio_clean_stats()
[all …]
/linux-6.15/drivers/net/ethernet/ti/icssg/
H A Dicssg_stats.c16 static u32 stats_base[] = { 0x54c, /* Slice 0 stats start */ variable
24 u32 base = stats_base[slice]; in emac_update_hardware_stats()
/linux-6.15/drivers/net/
H A Difb.c242 void *stats_base = (void *)q_stats; in ifb_fill_stats_data() local
251 (*data)[j] = *(u64 *)(stats_base + offset); in ifb_fill_stats_data()
H A Dveth.c208 const void *stats_base = (void *)&rq_stats->vs; in veth_get_ethtool_stats() local
216 data[idx + j] = *(u64 *)(stats_base + offset); in veth_get_ethtool_stats()
H A Dvirtio_net.c5040 const u8 *stats_base; in virtnet_get_ethtool_stats() local
5050 stats_base = (const u8 *)&rq->stats; in virtnet_get_ethtool_stats()
5053 virtnet_fill_stats(vi, i * 2, &ctx, stats_base, true, 0); in virtnet_get_ethtool_stats()
5056 stats_base = (const u8 *)&sq->stats; in virtnet_get_ethtool_stats()
5059 virtnet_fill_stats(vi, i * 2 + 1, &ctx, stats_base, true, 0); in virtnet_get_ethtool_stats()
/linux-6.15/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2.h1210 void __iomem *stats_base; member
H A Dmvpp2_main.c1887 val = readl(port->stats_base + counter->offset); in mvpp2_read_count()
1889 val += (u64)readl(port->stats_base + counter->offset + 4) << 32; in mvpp2_read_count()
6922 port->stats_base = port->priv->lms_base + in mvpp2_port_probe()
6934 port->stats_base = port->priv->iface_base + in mvpp2_port_probe()
/linux-6.15/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4.h669 struct port_stats stats_base; member
H A Dcxgb4_ethtool.c363 &pi->stats_base); in get_stats()
H A Dcxgb4_main.c3012 &p->stats_base); in cxgb_get_stats()