Zephyr Project API 3.7.0-rc1
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
net_stats_eth_errors Struct Reference

Ethernet error statistics. More...

#include <net_stats.h>

Data Fields

net_stats_t rx_length_errors
 Number of RX length errors.
 
net_stats_t rx_over_errors
 Number of RX overrun errors.
 
net_stats_t rx_crc_errors
 Number of RX CRC errors.
 
net_stats_t rx_frame_errors
 Number of RX frame errors.
 
net_stats_t rx_no_buffer_count
 Number of RX net_pkt allocation errors.
 
net_stats_t rx_missed_errors
 Number of RX missed errors.
 
net_stats_t rx_long_length_errors
 Number of RX long length errors.
 
net_stats_t rx_short_length_errors
 Number of RX short length errors.
 
net_stats_t rx_align_errors
 Number of RX buffer align errors.
 
net_stats_t rx_dma_failed
 Number of RX DMA failed errors.
 
net_stats_t rx_buf_alloc_failed
 Number of RX net_buf allocation errors.
 
net_stats_t tx_aborted_errors
 Number of TX aborted errors.
 
net_stats_t tx_carrier_errors
 Number of TX carrier errors.
 
net_stats_t tx_fifo_errors
 Number of TX FIFO errors.
 
net_stats_t tx_heartbeat_errors
 Number of TX heartbeat errors.
 
net_stats_t tx_window_errors
 Number of TX window errors.
 
net_stats_t tx_dma_failed
 Number of TX DMA failed errors.
 
net_stats_t uncorr_ecc_errors
 Number of uncorrected ECC errors.
 
net_stats_t corr_ecc_errors
 Number of corrected ECC errors.
 

Detailed Description

Ethernet error statistics.

Field Documentation

◆ corr_ecc_errors

net_stats_t net_stats_eth_errors::corr_ecc_errors

Number of corrected ECC errors.

◆ rx_align_errors

net_stats_t net_stats_eth_errors::rx_align_errors

Number of RX buffer align errors.

◆ rx_buf_alloc_failed

net_stats_t net_stats_eth_errors::rx_buf_alloc_failed

Number of RX net_buf allocation errors.

◆ rx_crc_errors

net_stats_t net_stats_eth_errors::rx_crc_errors

Number of RX CRC errors.

◆ rx_dma_failed

net_stats_t net_stats_eth_errors::rx_dma_failed

Number of RX DMA failed errors.

◆ rx_frame_errors

net_stats_t net_stats_eth_errors::rx_frame_errors

Number of RX frame errors.

◆ rx_length_errors

net_stats_t net_stats_eth_errors::rx_length_errors

Number of RX length errors.

◆ rx_long_length_errors

net_stats_t net_stats_eth_errors::rx_long_length_errors

Number of RX long length errors.

◆ rx_missed_errors

net_stats_t net_stats_eth_errors::rx_missed_errors

Number of RX missed errors.

◆ rx_no_buffer_count

net_stats_t net_stats_eth_errors::rx_no_buffer_count

Number of RX net_pkt allocation errors.

◆ rx_over_errors

net_stats_t net_stats_eth_errors::rx_over_errors

Number of RX overrun errors.

◆ rx_short_length_errors

net_stats_t net_stats_eth_errors::rx_short_length_errors

Number of RX short length errors.

◆ tx_aborted_errors

net_stats_t net_stats_eth_errors::tx_aborted_errors

Number of TX aborted errors.

◆ tx_carrier_errors

net_stats_t net_stats_eth_errors::tx_carrier_errors

Number of TX carrier errors.

◆ tx_dma_failed

net_stats_t net_stats_eth_errors::tx_dma_failed

Number of TX DMA failed errors.

◆ tx_fifo_errors

net_stats_t net_stats_eth_errors::tx_fifo_errors

Number of TX FIFO errors.

◆ tx_heartbeat_errors

net_stats_t net_stats_eth_errors::tx_heartbeat_errors

Number of TX heartbeat errors.

◆ tx_window_errors

net_stats_t net_stats_eth_errors::tx_window_errors

Number of TX window errors.

◆ uncorr_ecc_errors

net_stats_t net_stats_eth_errors::uncorr_ecc_errors

Number of uncorrected ECC errors.


The documentation for this struct was generated from the following file: