Home
last modified time | relevance | path

Searched refs:rx_bytes (Results 1 – 7 of 7) sorted by relevance

/arch/s390/appldata/
Dappldata_net_sum.c44 u64 rx_bytes; /* total bytes received */ member
64 unsigned long rx_packets, tx_packets, rx_bytes, tx_bytes, rx_errors, in appldata_get_net_sum_data() local
73 rx_bytes = 0; in appldata_get_net_sum_data()
89 rx_bytes += stats->rx_bytes; in appldata_get_net_sum_data()
103 net_data->rx_bytes = rx_bytes; in appldata_get_net_sum_data()
/arch/s390/pci/
Dpci_debug.c112 &zdev->fmb->fmt1.rx_bytes); in pci_perf_show()
/arch/m68k/emu/
Dnfeth.c124 dev->stats.rx_bytes += pktlen; in recv_packet()
/arch/s390/include/asm/
Dpci.h50 u64 rx_bytes; member
/arch/xtensa/platforms/iss/
Dnetwork.c304 lp->stats.rx_bytes += skb->len; in iss_net_rx()
/arch/um/drivers/
Dvector_kern.c899 vp->dev->stats.rx_bytes += skb->len; in vector_legacy_rx()
1024 vp->dev->stats.rx_bytes += skb->len; in vector_mmsg_rx()
Dnet_kern.c98 dev->stats.rx_bytes += skb->len; in uml_net_rx()