/freebsd/sys/powerpc/include/ |
H A D | counter.h | 82 #define counter_u64_add_protected(c, i) counter_u64_add(c, i) macro 148 #define counter_u64_add_protected(c, inc) do { \ macro 158 counter_u64_add_protected(c, inc); in counter_u64_add()
|
/freebsd/sys/dev/gve/ |
H A D | gve_rx_dqo.c | 324 counter_u64_add_protected(rx->stats.rx_mbuf_mclget_null, 1); in gve_rx_post_new_mbuf_dqo() 335 counter_u64_add_protected(rx->stats.rx_mbuf_dmamap_err, 1); in gve_rx_post_new_mbuf_dqo() 577 counter_u64_add_protected(rx->stats.rbytes, rx->ctx.total_size); in gve_rx_input_mbuf_dqo() 578 counter_u64_add_protected(rx->stats.rpackets, 1); in gve_rx_input_mbuf_dqo() 595 counter_u64_add_protected(rx->stats.rx_copybreak_cnt, 1); in gve_rx_copybreak_dqo() 642 counter_u64_add_protected(rx->stats.rx_dropped_pkt_desc_err, 1); in gve_rx_dqo() 685 counter_u64_add_protected( in gve_rx_dqo() 732 counter_u64_add_protected(rx->stats.rx_dropped_pkt, 1); in gve_rx_dqo() 776 counter_u64_add_protected(rx->stats.rx_frag_copy_cnt, 1); in gve_rx_add_clmbuf_to_ctx() 821 counter_u64_add_protected(rx->stats.rx_frag_flip_cnt, 1); in gve_rx_add_extmbuf_to_ctx() [all …]
|
H A D | gve_rx.c | 443 counter_u64_add_protected(rx->stats.rx_copybreak_cnt, 1); in gve_rx_create_mbuf() 494 counter_u64_add_protected(rx->stats.rx_frag_flip_cnt, 1); in gve_rx_create_mbuf() 507 counter_u64_add_protected(rx->stats.rx_frag_copy_cnt, 1); in gve_rx_create_mbuf() 551 counter_u64_add_protected(rx->stats.rx_dropped_pkt_desc_err, 1); in gve_rx() 552 counter_u64_add_protected(rx->stats.rx_dropped_pkt, 1); in gve_rx() 573 counter_u64_add_protected(rx->stats.rx_dropped_pkt_mbuf_alloc_fail, 1); in gve_rx() 574 counter_u64_add_protected(rx->stats.rx_dropped_pkt, 1); in gve_rx() 614 counter_u64_add_protected(rx->stats.rbytes, ctx->total_size); in gve_rx() 615 counter_u64_add_protected(rx->stats.rpackets, 1); in gve_rx()
|
H A D | gve_tx_dqo.c | 407 counter_u64_add_protected( in gve_tx_fill_ctx_descs() 418 counter_u64_add_protected(tx->stats.tso_packet_cnt, 1); in gve_tx_fill_ctx_descs() 447 counter_u64_add_protected( in gve_map_mbuf_dqo() 456 counter_u64_add_protected( in gve_map_mbuf_dqo() 464 counter_u64_add_protected( in gve_map_mbuf_dqo() 479 counter_u64_add_protected( in gve_map_mbuf_dqo() 491 counter_u64_add_protected(tx->stats.tx_mbuf_dmamap_err, 1); in gve_map_mbuf_dqo() 567 counter_u64_add_protected( in gve_tx_has_desc_room_dqo() 732 counter_u64_add_protected( in gve_xmit_dqo_qpl() 741 counter_u64_add_protected( in gve_xmit_dqo_qpl() [all …]
|
H A D | gve_tx.c | 401 counter_u64_add_protected(tx->stats.tbytes, mbuf->m_pkthdr.len); in gve_tx_cleanup_tq() 402 counter_u64_add_protected(tx->stats.tpackets, 1); in gve_tx_cleanup_tq() 680 counter_u64_add_protected(tx->stats.tx_delayed_pkt_nospace_device, 1); in gve_xmit() 735 counter_u64_add_protected(tx->stats.tso_packet_cnt, 1); in gve_xmit() 877 counter_u64_add_protected(tx->stats.tx_dropped_pkt_vlan, 1); in gve_xmit_ifp() 878 counter_u64_add_protected(tx->stats.tx_dropped_pkt, 1); in gve_xmit_ifp() 890 counter_u64_add_protected(tx->stats.tx_dropped_pkt_nospace_bufring, 1); in gve_xmit_ifp() 891 counter_u64_add_protected(tx->stats.tx_dropped_pkt, 1); in gve_xmit_ifp()
|
/freebsd/sys/kern/ |
H A D | subr_smr.c | 425 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 D | ena_datapath.c | 656 counter_u64_add_protected(rx_ring->rx_stats.bytes, in ena_rx_cleanup() 658 counter_u64_add_protected(adapter->hw_stats.rx_bytes, in ena_rx_cleanup() 686 counter_u64_add_protected(rx_ring->rx_stats.cnt, 1); in ena_rx_cleanup() 687 counter_u64_add_protected(adapter->hw_stats.rx_packets, 1); in ena_rx_cleanup() 1046 counter_u64_add_protected(tx_ring->tx_stats.cnt, 1); in ena_xmit_mbuf() 1047 counter_u64_add_protected(tx_ring->tx_stats.bytes, in ena_xmit_mbuf() 1050 counter_u64_add_protected(adapter->hw_stats.tx_packets, 1); in ena_xmit_mbuf() 1051 counter_u64_add_protected(adapter->hw_stats.tx_bytes, in ena_xmit_mbuf()
|
H A D | ena_netmap.c | 450 counter_u64_add_protected(tx_ring->tx_stats.cnt, 1); in ena_netmap_tx_frame() 451 counter_u64_add_protected(tx_ring->tx_stats.bytes, packet_len); in ena_netmap_tx_frame() 452 counter_u64_add_protected(adapter->hw_stats.tx_packets, 1); in ena_netmap_tx_frame() 453 counter_u64_add_protected(adapter->hw_stats.tx_bytes, packet_len); in ena_netmap_tx_frame() 977 counter_u64_add_protected(ctx->ring->rx_stats.bytes, len); in ena_netmap_rx_frame() 978 counter_u64_add_protected(ctx->adapter->hw_stats.rx_bytes, len); in ena_netmap_rx_frame() 979 counter_u64_add_protected(ctx->ring->rx_stats.cnt, 1); in ena_netmap_rx_frame() 980 counter_u64_add_protected(ctx->adapter->hw_stats.rx_packets, 1); in ena_netmap_rx_frame()
|
/freebsd/sys/riscv/include/ |
H A D | counter.h | 75 #define counter_u64_add_protected(c, inc) counter_u64_add(c, inc) macro
|
/freebsd/sys/arm64/include/ |
H A D | counter.h | 80 #define counter_u64_add_protected(c, inc) counter_u64_add(c, inc) macro
|
/freebsd/sys/arm/include/ |
H A D | counter.h | 78 #define counter_u64_add_protected(c, inc) counter_u64_add(c, inc) macro
|
/freebsd/sys/amd64/include/ |
H A D | counter.h | 85 #define counter_u64_add_protected(c, i) counter_u64_add(c, i) macro
|
/freebsd/sys/i386/include/ |
H A D | counter.h | 177 #define counter_u64_add_protected(c, inc) do { \ macro
|
/freebsd/sys/dev/mana/ |
H A D | mana_en.c | 660 counter_u64_add_protected(tx_stats->packets, packets); in mana_xmit() 661 counter_u64_add_protected(port_stats->tx_packets, packets); in mana_xmit() 662 counter_u64_add_protected(tx_stats->bytes, bytes); in mana_xmit() 663 counter_u64_add_protected(port_stats->tx_bytes, bytes); in mana_xmit() 822 counter_u64_add_protected(apc->port_stats.tx_drops, 1); in mana_start_xmit() 830 counter_u64_add_protected(apc->port_stats.tx_drops, 1); in mana_start_xmit() 1711 counter_u64_add_protected(rx_stats->packets, 1); in mana_rx_mbuf() 1712 counter_u64_add_protected(apc->port_stats.rx_packets, 1); in mana_rx_mbuf() 1713 counter_u64_add_protected(rx_stats->bytes, pkt_len); in mana_rx_mbuf() 1714 counter_u64_add_protected(apc->port_stats.rx_bytes, pkt_len); in mana_rx_mbuf()
|
/freebsd/share/man/man9/ |
H A D | Makefile | 912 counter.9 counter_u64_add_protected.9 \
|