|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
NIC software counters. More...
#include <ra8_eth.h>
Data Fields | |
| uint32_t | tx_ok |
| Frames successfully enqueued. | |
| uint32_t | rx_ok |
| Frames successfully received. | |
| uint32_t | tx_err |
| TX failures (ring full, etc.). | |
| uint32_t | rx_err |
| RX failures (no data, etc.). | |
NIC software counters.
Maintained by the driver at descriptor turnover time. Counters are 32-bit and saturate at UINT32_MAX rather than wrapping (matching NASA Power-of-10 deterministic-counter convention).
| uint32_t ra8_eth_stats_t::rx_err |
| uint32_t ra8_eth_stats_t::rx_ok |
| uint32_t ra8_eth_stats_t::tx_err |
| uint32_t ra8_eth_stats_t::tx_ok |