Home
last modified time | relevance | path

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

/freebsd-src/sys/contrib/alpine-hal/eth/
H A Dal_hal_eth.h412 struct al_hal_eth_adapter{ struct
413 uint8_t rev_id; /**<PCI adapter revision ID */
414 uint8_t udma_id; /**< the id of the UDMA used by this adapter */
415 struct unit_regs __iomem * unit_regs;
416 void __iomem *udma_regs_base;
417 struct al_ec_regs __iomem *ec_regs_base;
418 void __iomem *ec_ints_base;
419 struct al_eth_mac_regs __iomem *mac_regs_base;
420 struct interrupt_controller_ctrl __iomem *mac_ints_base;
422 char *name; /**< the upper layer must keep the string area */
[all …]