Searched defs:mac_device (Results 1 – 1 of 1) sorted by relevance
28 struct mac_device { struct29 void __iomem *vaddr;30 struct device *dev;31 struct resource *res;32 u8 addr[ETH_ALEN];33 struct fman_port *port[PORT_NUM];34 struct phylink *phylink;35 struct phylink_config phylink_config;36 phy_interface_t phy_if;38 bool promisc;[all …]