Home
last modified time | relevance | path

Searched defs:eth_dwc_xgmac_dev_data (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/drivers/ethernet/dwc_xgmac/
Deth_dwc_xgmac.c43 struct eth_dwc_xgmac_dev_data { struct
49 bool dev_started;
51 bool enable_full_duplex;
53 bool auto_neg;
55 bool promisc_mode;
57 struct net_if *iface;
59 enum eth_dwc_xgmac_link_speed link_speed;
61 struct xgmac_dma_rx_desc *dma_rx_desc;
63 struct xgmac_dma_tx_desc *dma_tx_desc;
65 volatile struct xgmac_dma_tx_desc_meta *tx_desc_meta;
[all …]