Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlxsw/
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/drivers/net/
A Dvirtio_net.c2277 const u8 *stats_base; in virtnet_get_ethtool_stats() local
2283 stats_base = (u8 *)&rq->stats; in virtnet_get_ethtool_stats()
2288 data[idx + j] = *(u64 *)(stats_base + offset); in virtnet_get_ethtool_stats()
2297 stats_base = (u8 *)&sq->stats; in virtnet_get_ethtool_stats()
2302 data[idx + j] = *(u64 *)(stats_base + offset); in virtnet_get_ethtool_stats()
A Dveth.c187 const void *stats_base = (void *)&rq_stats->vs; in veth_get_ethtool_stats() local
195 data[idx + j] = *(u64 *)(stats_base + offset); in veth_get_ethtool_stats()
/linux/drivers/net/ethernet/marvell/mvpp2/
A Dmvpp2.h1202 void __iomem *stats_base; member
A Dmvpp2_main.c1848 val = readl(port->stats_base + counter->offset); in mvpp2_read_count()
1850 val += (u64)readl(port->stats_base + counter->offset + 4) << 32; in mvpp2_read_count()
6813 port->stats_base = port->priv->lms_base + in mvpp2_port_probe()
6825 port->stats_base = port->priv->iface_base + in mvpp2_port_probe()
/linux/drivers/net/ethernet/chelsio/cxgb4/
A Dcxgb4.h669 struct port_stats stats_base; member
A Dcxgb4_ethtool.c363 &pi->stats_base); in get_stats()
A Dcxgb4_main.c3022 &p->stats_base); in cxgb_get_stats()

Completed in 60 milliseconds