Home
last modified time | relevance | path

Searched refs:stats1 (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/ethernet/renesas/
H A Dravb_main.c2084 struct net_device_stats *nstats, *stats0, *stats1; in ravb_get_stats() local
2113 stats1 = &priv->stats[RAVB_NC]; in ravb_get_stats()
2115 nstats->rx_packets += stats1->rx_packets; in ravb_get_stats()
2116 nstats->tx_packets += stats1->tx_packets; in ravb_get_stats()
2117 nstats->rx_bytes += stats1->rx_bytes; in ravb_get_stats()
2118 nstats->tx_bytes += stats1->tx_bytes; in ravb_get_stats()
2119 nstats->multicast += stats1->multicast; in ravb_get_stats()
2120 nstats->rx_errors += stats1->rx_errors; in ravb_get_stats()
2121 nstats->rx_crc_errors += stats1->rx_crc_errors; in ravb_get_stats()
2122 nstats->rx_frame_errors += stats1->rx_frame_errors; in ravb_get_stats()
[all …]
/openbmc/linux/include/uapi/linux/
H A Dif_packet.h95 struct tpacket_stats stats1; member
/openbmc/linux/net/packet/
H A Daf_packet.c2258 po->stats.stats1.tp_packets++; in packet_rcv()
2439 po->stats.stats1.tp_packets++; in tpacket_rcv()
4148 st.stats1.tp_drops = drops; in packet_getsockopt()
4149 st.stats1.tp_packets += drops; in packet_getsockopt()
4150 data = &st.stats1; in packet_getsockopt()
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch23355 + stats1 = {x["name"]:tstats(x) for x in csv.DictReader(f_in)}
23360 + for f in sorted(stats0.keys() | stats1.keys(), key=lambda x : "~" * x.count(os.sep) + x.lower(…
23364 + if not (f in stats1) :
23369 + s1 = stats1[f]