Searched refs:u64_stats_read (Results 26 - 36 of 36) sorted by relevance

12

/linux-master/drivers/net/ethernet/xilinx/
H A Dxilinx_axienet_main.c1689 stats->rx_packets = u64_stats_read(&lp->rx_packets);
1690 stats->rx_bytes = u64_stats_read(&lp->rx_bytes);
1695 stats->tx_packets = u64_stats_read(&lp->tx_packets);
1696 stats->tx_bytes = u64_stats_read(&lp->tx_bytes);
/linux-master/net/netfilter/ipvs/
H A Dip_vs_ctl.c2534 conns = u64_stats_read(&u->cnt.conns);
2535 inpkts = u64_stats_read(&u->cnt.inpkts);
2536 outpkts = u64_stats_read(&u->cnt.outpkts);
2537 inbytes = u64_stats_read(&u->cnt.inbytes);
2538 outbytes = u64_stats_read(&u->cnt.outbytes);
/linux-master/net/ipv6/
H A Dseg6_local.c2037 packets = u64_stats_read(&pcounters->packets);
2038 bytes = u64_stats_read(&pcounters->bytes);
2039 errors = u64_stats_read(&pcounters->errors);
/linux-master/drivers/net/phy/
H A Dmdio_bus.c214 val = u64_stats_read((const u64_stats_t *)p);
/linux-master/net/dsa/
H A Duser.c1073 tx_packets = u64_stats_read(&s->tx_packets);
1074 tx_bytes = u64_stats_read(&s->tx_bytes);
1075 rx_packets = u64_stats_read(&s->rx_packets);
1076 rx_bytes = u64_stats_read(&s->rx_bytes);
/linux-master/drivers/net/ethernet/intel/idpf/
H A Didpf_txrx.c3587 packets += u64_stats_read(&txq->q_stats.tx.packets);
3588 bytes += u64_stats_read(&txq->q_stats.tx.bytes);
3606 packets += u64_stats_read(&rxq->q_stats.rx.packets);
3607 bytes += u64_stats_read(&rxq->q_stats.rx.bytes);
/linux-master/kernel/bpf/
H A Dsyscall.c2345 tnsecs = u64_stats_read(&st->nsecs);
2346 tcnt = u64_stats_read(&st->cnt);
2347 tmisses = u64_stats_read(&st->misses);
/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c7091 tx_bytes = u64_stats_read(&txq_stats->q.tx_bytes);
7095 tx_packets = u64_stats_read(&txq_stats->napi.tx_packets);
7109 rx_packets = u64_stats_read(&rxq_stats->napi.rx_packets);
7110 rx_bytes = u64_stats_read(&rxq_stats->napi.rx_bytes);
/linux-master/net/core/
H A Ddev.c10824 rx_packets = u64_stats_read(&stats->rx_packets);
10825 rx_bytes = u64_stats_read(&stats->rx_bytes);
10826 tx_packets = u64_stats_read(&stats->tx_packets);
10827 tx_bytes = u64_stats_read(&stats->tx_bytes);
/linux-master/net/ipv4/
H A Dnexthop.c699 packets = u64_stats_read(&cpu_stats->packets);
/linux-master/drivers/spi/
H A Dspi.c136 inc = u64_stats_read(field);

Completed in 580 milliseconds

12