Searched refs:counter_u64_add_protected (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/sys/mips/include/
H A Dcounter.h80 #define counter_u64_add_protected(c, inc) do { \ macro
90 counter_u64_add_protected(c, inc);
/freebsd-11-stable/sys/sparc64/include/
H A Dcounter.h79 #define counter_u64_add_protected(c, inc) do { \ macro
89 counter_u64_add_protected(c, inc);
/freebsd-11-stable/sys/riscv/include/
H A Dcounter.h79 #define counter_u64_add_protected(c, inc) do { \ macro
89 counter_u64_add_protected(c, inc);
/freebsd-11-stable/sys/powerpc/include/
H A Dcounter.h80 #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);
/freebsd-11-stable/sys/amd64/include/
H A Dcounter.h77 #define counter_u64_add_protected(c, i) counter_u64_add(c, i) macro
/freebsd-11-stable/sys/arm64/include/
H A Dcounter.h76 #define counter_u64_add_protected(c, inc) counter_u64_add(c, inc) macro
/freebsd-11-stable/sys/arm/include/
H A Dcounter.h78 #define counter_u64_add_protected(c, inc) counter_u64_add(c, inc) macro
/freebsd-11-stable/sys/i386/include/
H A Dcounter.h176 #define counter_u64_add_protected(c, inc) do { \ macro
/freebsd-11-stable/sys/dev/ena/
H A Dena_datapath.c619 counter_u64_add_protected(rx_ring->rx_stats.bytes,
621 counter_u64_add_protected(adapter->hw_stats.rx_bytes,
649 counter_u64_add_protected(rx_ring->rx_stats.cnt, 1);
650 counter_u64_add_protected(adapter->hw_stats.rx_packets, 1);
986 counter_u64_add_protected(tx_ring->tx_stats.cnt, 1);
987 counter_u64_add_protected(tx_ring->tx_stats.bytes,
990 counter_u64_add_protected(adapter->hw_stats.tx_packets, 1);
991 counter_u64_add_protected(adapter->hw_stats.tx_bytes,
H A Dena_netmap.c454 counter_u64_add_protected(tx_ring->tx_stats.cnt, 1);
455 counter_u64_add_protected(tx_ring->tx_stats.bytes, packet_len);
456 counter_u64_add_protected(adapter->hw_stats.tx_packets, 1);
457 counter_u64_add_protected(adapter->hw_stats.tx_bytes, packet_len);
1001 counter_u64_add_protected(ctx->ring->rx_stats.bytes, len);
1002 counter_u64_add_protected(ctx->adapter->hw_stats.rx_bytes, len);
1003 counter_u64_add_protected(ctx->ring->rx_stats.cnt, 1);
1004 counter_u64_add_protected(ctx->adapter->hw_stats.rx_packets, 1);
/freebsd-11-stable/share/man/man9/
H A DMakefile690 counter.9 counter_u64_add_protected.9 \

Completed in 306 milliseconds