#include <tte_eth_driver.h>
Public Attributes | |
uint64_t | rx_packets |
uint64_t | tx_packets |
uint64_t | rx_bytes |
uint64_t | tx_bytes |
uint64_t | rx_errors |
uint64_t | tx_errors |
uint64_t | rx_dropped |
uint64_t | tx_dropped |
uint64_t | rx_length_errors |
uint64_t | rx_crc_errors |
uint64_t | rx_fifo_errors |
uint64_t | tx_carrier_errors |
Counters updated by the NIC during packet reception and transmission.
Definition at line 103 of file tte_eth_driver.h.
uint64_t tte_eth_stats_t::rx_bytes |
total bytes received
Definition at line 107 of file tte_eth_driver.h.
uint64_t tte_eth_stats_t::rx_crc_errors |
received packets with CRC error
Definition at line 116 of file tte_eth_driver.h.
uint64_t tte_eth_stats_t::rx_dropped |
no available RX buffers in NIC
Definition at line 111 of file tte_eth_driver.h.
uint64_t tte_eth_stats_t::rx_errors |
bad packets received
Definition at line 109 of file tte_eth_driver.h.
uint64_t tte_eth_stats_t::rx_fifo_errors |
received FIFO overruns
Definition at line 117 of file tte_eth_driver.h.
uint64_t tte_eth_stats_t::rx_length_errors |
invalid frame length received
Definition at line 115 of file tte_eth_driver.h.
uint64_t tte_eth_stats_t::rx_packets |
total packets received
Definition at line 105 of file tte_eth_driver.h.
uint64_t tte_eth_stats_t::tx_bytes |
total bytes transmitted
Definition at line 108 of file tte_eth_driver.h.
uint64_t tte_eth_stats_t::tx_carrier_errors |
PHY error during transmission
Definition at line 120 of file tte_eth_driver.h.
uint64_t tte_eth_stats_t::tx_dropped |
no space available in NIC for TX
Definition at line 112 of file tte_eth_driver.h.
uint64_t tte_eth_stats_t::tx_errors |
packet transmit problems
Definition at line 110 of file tte_eth_driver.h.
uint64_t tte_eth_stats_t::tx_packets |
total packets transmitted
Definition at line 106 of file tte_eth_driver.h.