Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/mscc/
Docelot_stats.c216 rmon_stats->hist_tx[0] = s[OCELOT_STAT_TX_64]; in ocelot_port_rmon_stats_cb()
217 rmon_stats->hist_tx[1] = s[OCELOT_STAT_TX_65_127]; in ocelot_port_rmon_stats_cb()
218 rmon_stats->hist_tx[2] = s[OCELOT_STAT_TX_128_255]; in ocelot_port_rmon_stats_cb()
219 rmon_stats->hist_tx[3] = s[OCELOT_STAT_TX_128_255]; in ocelot_port_rmon_stats_cb()
220 rmon_stats->hist_tx[4] = s[OCELOT_STAT_TX_256_511]; in ocelot_port_rmon_stats_cb()
221 rmon_stats->hist_tx[5] = s[OCELOT_STAT_TX_512_1023]; in ocelot_port_rmon_stats_cb()
222 rmon_stats->hist_tx[6] = s[OCELOT_STAT_TX_1024_1526]; in ocelot_port_rmon_stats_cb()
/Linux-v6.1/drivers/net/ethernet/microchip/lan966x/
Dlan966x_ethtool.c489 rmon_stats->hist_tx[0] = in lan966x_get_eth_rmon_stats()
492 rmon_stats->hist_tx[1] = in lan966x_get_eth_rmon_stats()
495 rmon_stats->hist_tx[2] = in lan966x_get_eth_rmon_stats()
498 rmon_stats->hist_tx[3] = in lan966x_get_eth_rmon_stats()
501 rmon_stats->hist_tx[4] = in lan966x_get_eth_rmon_stats()
504 rmon_stats->hist_tx[5] = in lan966x_get_eth_rmon_stats()
507 rmon_stats->hist_tx[6] = in lan966x_get_eth_rmon_stats()
/Linux-v6.1/drivers/net/ethernet/freescale/enetc/
Denetc_ethtool.c372 s->hist_tx[0] = enetc_port_rd(hw, ENETC_PM_T64(mac)); in enetc_rmon_stats()
373 s->hist_tx[1] = enetc_port_rd(hw, ENETC_PM_T127(mac)); in enetc_rmon_stats()
374 s->hist_tx[2] = enetc_port_rd(hw, ENETC_PM_T255(mac)); in enetc_rmon_stats()
375 s->hist_tx[3] = enetc_port_rd(hw, ENETC_PM_T511(mac)); in enetc_rmon_stats()
376 s->hist_tx[4] = enetc_port_rd(hw, ENETC_PM_T1023(mac)); in enetc_rmon_stats()
377 s->hist_tx[5] = enetc_port_rd(hw, ENETC_PM_T1522(mac)); in enetc_rmon_stats()
378 s->hist_tx[6] = enetc_port_rd(hw, ENETC_PM_T1523X(mac)); in enetc_rmon_stats()
/Linux-v6.1/drivers/net/ethernet/fungible/funeth/
Dfuneth_ethtool.c921 stats->hist_tx[0] = TX_STAT(fp, etherStatsPkts64Octets); in fun_get_rmon_stats()
922 stats->hist_tx[1] = TX_STAT(fp, etherStatsPkts65to127Octets); in fun_get_rmon_stats()
923 stats->hist_tx[2] = TX_STAT(fp, etherStatsPkts128to255Octets); in fun_get_rmon_stats()
924 stats->hist_tx[3] = TX_STAT(fp, etherStatsPkts256to511Octets); in fun_get_rmon_stats()
925 stats->hist_tx[4] = TX_STAT(fp, etherStatsPkts512to1023Octets); in fun_get_rmon_stats()
926 stats->hist_tx[5] = TX_STAT(fp, etherStatsPkts1024to1518Octets); in fun_get_rmon_stats()
927 stats->hist_tx[6] = TX_STAT(fp, etherStatsPkts1519toMaxOctets); in fun_get_rmon_stats()
/Linux-v6.1/drivers/net/ethernet/microchip/sparx5/
Dsparx5_ethtool.c978 rmon_stats->hist_tx[0] = portstats[spx5_stats_tx_size64_cnt] + in sparx5_get_eth_rmon_stats()
980 rmon_stats->hist_tx[1] = portstats[spx5_stats_tx_size65to127_cnt] + in sparx5_get_eth_rmon_stats()
982 rmon_stats->hist_tx[2] = portstats[spx5_stats_tx_size128to255_cnt] + in sparx5_get_eth_rmon_stats()
984 rmon_stats->hist_tx[3] = portstats[spx5_stats_tx_size256to511_cnt] + in sparx5_get_eth_rmon_stats()
986 rmon_stats->hist_tx[4] = portstats[spx5_stats_tx_size512to1023_cnt] + in sparx5_get_eth_rmon_stats()
988 rmon_stats->hist_tx[5] = portstats[spx5_stats_tx_size1024to1518_cnt] + in sparx5_get_eth_rmon_stats()
990 rmon_stats->hist_tx[6] = portstats[spx5_stats_tx_size1519tomax_cnt] + in sparx5_get_eth_rmon_stats()
/Linux-v6.1/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_ethtool.c3997 rmon_stats->hist_tx[0] = in bnxt_get_rmon_stats()
3999 rmon_stats->hist_tx[1] = in bnxt_get_rmon_stats()
4001 rmon_stats->hist_tx[2] = in bnxt_get_rmon_stats()
4003 rmon_stats->hist_tx[3] = in bnxt_get_rmon_stats()
4005 rmon_stats->hist_tx[4] = in bnxt_get_rmon_stats()
4007 rmon_stats->hist_tx[5] = in bnxt_get_rmon_stats()
4009 rmon_stats->hist_tx[6] = in bnxt_get_rmon_stats()
4011 rmon_stats->hist_tx[7] = in bnxt_get_rmon_stats()
4013 rmon_stats->hist_tx[8] = in bnxt_get_rmon_stats()
4015 rmon_stats->hist_tx[9] = in bnxt_get_rmon_stats()
/Linux-v6.1/net/ethtool/
Dstats.c331 data->rmon_stats.hist_tx, data->rmon_ranges)) in stats_put_rmon_stats()
/Linux-v6.1/include/linux/
Dethtool.h417 u64 hist_tx[ETHTOOL_RMON_HIST_MAX]; member