Home
last modified time | relevance | path

Searched refs:counter_u64_add_protected (Results 1 – 13 of 13) sorted by relevance

/freebsd/sys/powerpc/include/
H A Dcounter.h82 #define counter_u64_add_protected(c, i) counter_u64_add(c, i) macro
146 #define counter_u64_add_protected(c, inc) do { \ macro
156 counter_u64_add_protected(c, inc); in counter_u64_add()
/freebsd/sys/dev/gve/
H A Dgve_rx.c410 counter_u64_add_protected(rx->stats.rx_copybreak_cnt, 1); in gve_rx_create_mbuf()
461 counter_u64_add_protected(rx->stats.rx_frag_flip_cnt, 1); in gve_rx_create_mbuf()
474 counter_u64_add_protected(rx->stats.rx_frag_copy_cnt, 1); in gve_rx_create_mbuf()
518 counter_u64_add_protected(rx->stats.rx_dropped_pkt_desc_err, 1); in gve_rx()
519 counter_u64_add_protected(rx->stats.rx_dropped_pkt, 1); in gve_rx()
540 counter_u64_add_protected(rx->stats.rx_dropped_pkt_mbuf_alloc_fail, 1); in gve_rx()
541 counter_u64_add_protected(rx->stats.rx_dropped_pkt, 1); in gve_rx()
581 counter_u64_add_protected(rx->stats.rbytes, ctx->total_size); in gve_rx()
582 counter_u64_add_protected(rx->stats.rpackets, 1); in gve_rx()
H A Dgve_tx.c356 counter_u64_add_protected(tx->stats.tbytes, mbuf->m_pkthdr.len); in gve_tx_cleanup_tq()
357 counter_u64_add_protected(tx->stats.tpackets, 1); in gve_tx_cleanup_tq()
630 counter_u64_add_protected(tx->stats.tx_dropped_pkt_nospace_device, 1); in gve_xmit()
631 counter_u64_add_protected(tx->stats.tx_dropped_pkt, 1); in gve_xmit()
686 counter_u64_add_protected(tx->stats.tso_packet_cnt, 1); in gve_xmit()
756 counter_u64_add_protected(tx->stats.tx_dropped_pkt_vlan, 1); in gve_xmit_ifp()
757 counter_u64_add_protected(tx->stats.tx_dropped_pkt, 1); in gve_xmit_ifp()
768 counter_u64_add_protected(tx->stats.tx_dropped_pkt_nospace_bufring, 1); in gve_xmit_ifp()
769 counter_u64_add_protected(tx->stats.tx_dropped_pkt, 1); in gve_xmit_ifp()
/freebsd/sys/kern/
H A Dsubr_smr.c425 counter_u64_add_protected(poll_scan, 1); in smr_poll_scan()
502 counter_u64_add_protected(poll, 1); in smr_poll()
570 counter_u64_add_protected(poll_fail, 1); in smr_poll()
/freebsd/sys/dev/ena/
H A Dena_datapath.c648 counter_u64_add_protected(rx_ring->rx_stats.bytes, in ena_rx_cleanup()
650 counter_u64_add_protected(adapter->hw_stats.rx_bytes, in ena_rx_cleanup()
678 counter_u64_add_protected(rx_ring->rx_stats.cnt, 1); in ena_rx_cleanup()
679 counter_u64_add_protected(adapter->hw_stats.rx_packets, 1); in ena_rx_cleanup()
1038 counter_u64_add_protected(tx_ring->tx_stats.cnt, 1); in ena_xmit_mbuf()
1039 counter_u64_add_protected(tx_ring->tx_stats.bytes, in ena_xmit_mbuf()
1042 counter_u64_add_protected(adapter->hw_stats.tx_packets, 1); in ena_xmit_mbuf()
1043 counter_u64_add_protected(adapter->hw_stats.tx_bytes, in ena_xmit_mbuf()
H A Dena_netmap.c451 counter_u64_add_protected(tx_ring->tx_stats.cnt, 1); in ena_netmap_tx_frame()
452 counter_u64_add_protected(tx_ring->tx_stats.bytes, packet_len); in ena_netmap_tx_frame()
453 counter_u64_add_protected(adapter->hw_stats.tx_packets, 1); in ena_netmap_tx_frame()
454 counter_u64_add_protected(adapter->hw_stats.tx_bytes, packet_len); in ena_netmap_tx_frame()
985 counter_u64_add_protected(ctx->ring->rx_stats.bytes, len); in ena_netmap_rx_frame()
986 counter_u64_add_protected(ctx->adapter->hw_stats.rx_bytes, len); in ena_netmap_rx_frame()
987 counter_u64_add_protected(ctx->ring->rx_stats.cnt, 1); in ena_netmap_rx_frame()
988 counter_u64_add_protected(ctx->adapter->hw_stats.rx_packets, 1); in ena_netmap_rx_frame()
/freebsd/sys/riscv/include/
H A Dcounter.h75 #define counter_u64_add_protected(c, inc) counter_u64_add(c, inc) macro
/freebsd/sys/arm/include/
H A Dcounter.h78 #define counter_u64_add_protected(c, inc) counter_u64_add(c, inc) macro
/freebsd/sys/arm64/include/
H A Dcounter.h80 #define counter_u64_add_protected(c, inc) counter_u64_add(c, inc) macro
/freebsd/sys/amd64/include/
H A Dcounter.h85 #define counter_u64_add_protected(c, i) counter_u64_add(c, i) macro
/freebsd/sys/i386/include/
H A Dcounter.h177 #define counter_u64_add_protected(c, inc) do { \ macro
/freebsd/sys/dev/mana/
H A Dmana_en.c656 counter_u64_add_protected(tx_stats->packets, packets); in mana_xmit()
657 counter_u64_add_protected(port_stats->tx_packets, packets); in mana_xmit()
658 counter_u64_add_protected(tx_stats->bytes, bytes); in mana_xmit()
659 counter_u64_add_protected(port_stats->tx_bytes, bytes); in mana_xmit()
818 counter_u64_add_protected(apc->port_stats.tx_drops, 1); in mana_start_xmit()
826 counter_u64_add_protected(apc->port_stats.tx_drops, 1); in mana_start_xmit()
1723 counter_u64_add_protected(rx_stats->packets, 1); in mana_rx_mbuf()
1724 counter_u64_add_protected(apc->port_stats.rx_packets, 1); in mana_rx_mbuf()
1725 counter_u64_add_protected(rx_stats->bytes, pkt_len); in mana_rx_mbuf()
1726 counter_u64_add_protected(apc->port_stats.rx_bytes, pkt_len); in mana_rx_mbuf()
/freebsd/share/man/man9/
H A DMakefile905 counter.9 counter_u64_add_protected.9 \