Searched refs:counter_u64_add_protected (Results 1 – 2 of 2) sorted by relevance
1756 counter_u64_add_protected(rx_ring->rx_stats.bytes, in ena_rx_cleanup()1758 counter_u64_add_protected(adapter->hw_stats.rx_bytes, in ena_rx_cleanup()1788 counter_u64_add_protected(rx_ring->rx_stats.cnt, 1); in ena_rx_cleanup()1789 counter_u64_add_protected(adapter->hw_stats.rx_packets, 1); in ena_rx_cleanup()2884 counter_u64_add_protected(tx_ring->tx_stats.cnt, 1); in ena_xmit_mbuf()2885 counter_u64_add_protected(tx_ring->tx_stats.bytes, in ena_xmit_mbuf()2888 counter_u64_add_protected(adapter->hw_stats.tx_packets, 1); in ena_xmit_mbuf()2889 counter_u64_add_protected(adapter->hw_stats.tx_bytes, in ena_xmit_mbuf()
506 #define counter_u64_add_protected(x, cnt) (x).ev_count += (cnt) macro