|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Driver-private NIC state. More...
#include <ra8_eth_internal.h>
Data Fields | |
| uint8_t | opened |
| 1 once ra8_eth_open succeeds. | |
| ra8_eth_cfg_t | cfg |
| Captured configuration. | |
| ra8_eth_stats_t | stats |
| Cumulative counters. | |
Driver-private NIC state.
Holds the cached configuration, the cumulative software counters, and the "open" flag. The per-queue head/tail cursors live inside the GWCA default-state block (managed by the GWCA default-state API).
Definition at line 82 of file ra8_eth_internal.h.
| ra8_eth_cfg_t ra8_eth_state_t::cfg |
Captured configuration.
Definition at line 84 of file ra8_eth_internal.h.
| uint8_t ra8_eth_state_t::opened |
1 once ra8_eth_open succeeds.
Definition at line 83 of file ra8_eth_internal.h.
| ra8_eth_stats_t ra8_eth_state_t::stats |
Cumulative counters.
Definition at line 85 of file ra8_eth_internal.h.