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.c2535 conns = u64_stats_read(&u->cnt.conns);
2536 inpkts = u64_stats_read(&u->cnt.inpkts);
2537 outpkts = u64_stats_read(&u->cnt.outpkts);
2538 inbytes = u64_stats_read(&u->cnt.inbytes);
2539 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.c3588 packets += u64_stats_read(&txq->q_stats.tx.packets);
3589 bytes += u64_stats_read(&txq->q_stats.tx.bytes);
3607 packets += u64_stats_read(&rxq->q_stats.rx.packets);
3608 bytes += u64_stats_read(&rxq->q_stats.rx.bytes);
/linux-master/kernel/bpf/
H A Dsyscall.c2332 tnsecs = u64_stats_read(&st->nsecs);
2333 tcnt = u64_stats_read(&st->cnt);
2334 tmisses = u64_stats_read(&st->misses);
/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c7082 tx_bytes = u64_stats_read(&txq_stats->q.tx_bytes);
7086 tx_packets = u64_stats_read(&txq_stats->napi.tx_packets);
7100 rx_packets = u64_stats_read(&rxq_stats->napi.rx_packets);
7101 rx_bytes = u64_stats_read(&rxq_stats->napi.rx_bytes);
/linux-master/net/core/
H A Ddev.c10724 rx_packets = u64_stats_read(&stats->rx_packets);
10725 rx_bytes = u64_stats_read(&stats->rx_bytes);
10726 tx_packets = u64_stats_read(&stats->tx_packets);
10727 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 317 milliseconds

12