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

/linux-master/drivers/net/ethernet/ti/icssg/
H A Dicssg_stats.c15 static u32 stats_base[] = { 0x54c, /* Slice 0 stats start */ variable
23 u32 base = stats_base[slice];
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_qdisc.c80 } stats_base; member in struct:mlxsw_sp_qdisc
200 tmp->stats_base.backlog -= mlxsw_sp_qdisc->stats_base.backlog;
564 struct mlxsw_sp_qdisc_stats *stats_base = &mlxsw_sp_qdisc->stats_base; local
566 tx_bytes -= stats_base->tx_bytes;
567 tx_packets -= stats_base->tx_packets;
568 drops -= stats_base->drops;
569 backlog -= stats_base->backlog;
575 stats_base
641 struct mlxsw_sp_qdisc_stats *stats_base; local
804 struct mlxsw_sp_qdisc_stats *stats_base; local
1469 struct mlxsw_sp_qdisc_stats *stats_base; local
[all...]
/linux-master/drivers/net/
H A Difb.c242 void *stats_base = (void *)q_stats; local
251 (*data)[j] = *(u64 *)(stats_base + offset);
H A Dveth.c206 const void *stats_base = (void *)&rq_stats->vs; local
214 data[idx + j] = *(u64 *)(stats_base + offset);
H A Dvirtio_net.c3341 const u8 *stats_base; local
3348 stats_base = (const u8 *)&rq->stats;
3353 p = (const u64_stats_t *)(stats_base + offset);
3363 stats_base = (const u8 *)&sq->stats;
3368 p = (const u64_stats_t *)(stats_base + offset);
/linux-master/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2.h1202 void __iomem *stats_base; member in struct:mvpp2_port
H A Dmvpp2_main.c1887 val = readl(port->stats_base + counter->offset);
1889 val += (u64)readl(port->stats_base + counter->offset + 4) << 32;
6800 port->stats_base = port->priv->lms_base +
6812 port->stats_base = port->priv->iface_base +
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4.h669 struct port_stats stats_base; member in struct:port_info
H A Dcxgb4_ethtool.c363 &pi->stats_base);
H A Dcxgb4_main.c3021 &p->stats_base);

Completed in 313 milliseconds