Searched full:xgmac (Results 1 – 8 of 8) sorted by relevance
/Zephyr-latest/drivers/ethernet/dwc_xgmac/ |
D | Kconfig | 2 # Synopsys DesignWare XGMAC configuration options 10 menu "DWC XGMAC configuration" 13 bool "Synopsys DesignWareCore XGMAC Ethernet driver" 17 This is a driver for the Synopsys DesignWare XGMAC, also referred to 18 as "DesignWare Cores Ethernet XGMAC". Hardware versions 40 int "XGMAC interrupt polling interval in us" 44 XGMAC interrupt polling interval in us 50 Number hardware queues supported by the XGMAC IP 68 Disables the promiscuous mode support in XGMAC device.
|
D | eth_dwc_xgmac.c | 39 * This struct contains all device configuration data for a XGMAC 75 * Data received by XGMAC will be copied to these buffers. An empty network packet 81 /* A global pointer pointing to XGMAC IRQ context data. */ 84 /* Ethernet statistics captured by XGMAC driver */ 103 * This struct contains all device configuration data for a XGMAC 108 * to clock sources, is specific to the platform, which contain the XGMAC. 128 /* XGMAC DMA configuration */ 130 /* XGMAC DMA channels configuration */ 132 /* XGMAC MTL configuration */ 134 /* XGMAC core configuration */ [all …]
|
D | eth_dwc_xgmac_priv.h | 2 * Intel Hard Processor System 10 Giga bit TSN Ethernet Media Access controller (XGMAC) driver 23 /* Offset addresses of the register sets in XGMAC
|
/Zephyr-latest/drivers/mdio/ |
D | Kconfig.dwcxgmac | 9 Enable Synopsys dwc xgmac MDIO driver.
|
D | mdio_dwcxgmac.c | 51 /* XGMAC peripheral reset signal */ 197 LOG_ERR("%s: XGMAC reset timeout", dev->name); in mdio_dwcxgmac_initialize()
|
/Zephyr-latest/dts/bindings/mdio/ |
D | snps,dwcxgmac-mdio.yaml | 4 description: Synopsys DWC XGMAC MDIO SMA Driver node
|
/Zephyr-latest/dts/arm64/intel/ |
D | intel_socfpga_agilex5.dtsi | 278 xgmac0: xgmac@10810000 { 302 xgmac1: xgmac@10820000 { 326 xgmac2: xgmac@10830000 {
|
/Zephyr-latest/dts/bindings/ethernet/ |
D | snps,dwcxgmac.yaml | 6 description: Synopsys DesignWareCore XGMAC 23 means that normally xgmac will reject any frame above max-frame-size 37 xgmac driver supports 10Mbit/s, 100Mbit/s, 1000Mbit/s, and 2500Mbit/s. Using 1000, 40 soft PCS is connected to XGMAC through GMII. make sure the phy-connection-type is
|