Lines Matching defs:am65_cpsw_port
42 struct am65_cpsw_port { struct
43 struct am65_cpsw_common *common;
44 struct net_device *ndev;
45 const char *name;
46 u32 port_id;
47 void __iomem *port_base;
48 void __iomem *stat_base;
49 void __iomem *fetch_ram_base;
50 bool disabled;
51 struct am65_cpsw_slave_data slave;
52 bool tx_ts_enabled;
53 bool rx_ts_enabled;
54 struct am65_cpsw_qos qos;
55 struct devlink_port devlink_port;