Home
last modified time | relevance | path

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

/openbmc/google-misc/subprojects/ncsid/src/platforms/nemora/portable/
H A Dncsi_fsm.c473 #define COPY_PT_STATS(stat) accumulated->stat = read->stat; in ncsi_fsm_update_passthrough_stats_legacy() macro
474 COPY_PT_STATS(tx_packets_dropped); in ncsi_fsm_update_passthrough_stats_legacy()
475 COPY_PT_STATS(tx_channel_errors); in ncsi_fsm_update_passthrough_stats_legacy()
476 COPY_PT_STATS(tx_undersized_errors); in ncsi_fsm_update_passthrough_stats_legacy()
477 COPY_PT_STATS(tx_oversized_errors); in ncsi_fsm_update_passthrough_stats_legacy()
478 COPY_PT_STATS(rx_packets_received); in ncsi_fsm_update_passthrough_stats_legacy()
479 COPY_PT_STATS(rx_packets_dropped); in ncsi_fsm_update_passthrough_stats_legacy()
480 COPY_PT_STATS(rx_channel_errors); in ncsi_fsm_update_passthrough_stats_legacy()
481 COPY_PT_STATS(rx_undersized_errors); in ncsi_fsm_update_passthrough_stats_legacy()
482 COPY_PT_STATS(rx_oversized_errors); in ncsi_fsm_update_passthrough_stats_legacy()
[all …]