ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
ra8_eth_state_t Struct Reference

Driver-private NIC state. More...

#include <ra8_eth_internal.h>

Collaboration diagram for ra8_eth_state_t:

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.

Detailed Description

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.

Field Documentation

◆ cfg

ra8_eth_cfg_t ra8_eth_state_t::cfg

Captured configuration.

Definition at line 84 of file ra8_eth_internal.h.

◆ opened

uint8_t ra8_eth_state_t::opened

1 once ra8_eth_open succeeds.

Definition at line 83 of file ra8_eth_internal.h.

◆ stats

ra8_eth_stats_t ra8_eth_state_t::stats

Cumulative counters.

Definition at line 85 of file ra8_eth_internal.h.


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