HomeSort by: relevance | last modified time | path
    Searched refs:counter_u64_add_protected (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
if_enavar.h 506 #define counter_u64_add_protected(x, cnt) (x).ev_count += (cnt) macro
if_ena.c 1756 counter_u64_add_protected(rx_ring->rx_stats.bytes,
1758 counter_u64_add_protected(adapter->hw_stats.rx_bytes,
1788 counter_u64_add_protected(rx_ring->rx_stats.cnt, 1);
1789 counter_u64_add_protected(adapter->hw_stats.rx_packets, 1);
2884 counter_u64_add_protected(tx_ring->tx_stats.cnt, 1);
2885 counter_u64_add_protected(tx_ring->tx_stats.bytes,
2888 counter_u64_add_protected(adapter->hw_stats.tx_packets, 1);
2889 counter_u64_add_protected(adapter->hw_stats.tx_bytes,

Completed in 14 milliseconds