Lines Matching defs:mvneta_port
348 struct mvneta_port { struct
349 struct mvneta_pcpu_port __percpu *ports;
350 struct mvneta_pcpu_stats __percpu *stats;
352 int pkt_size;
353 unsigned int frag_size;
354 void __iomem *base;
355 struct mvneta_rx_queue *rxqs;
356 struct mvneta_tx_queue *txqs;
357 struct net_device *dev;
358 struct notifier_block cpu_notifier;
361 struct clk *clk;
362 u8 mcast_count[256];
363 u16 tx_ring_size;
364 u16 rx_ring_size;
366 struct mii_bus *mii_bus;
367 struct phy_device *phy_dev;
368 phy_interface_t phy_interface;
369 struct device_node *phy_node;
370 unsigned int link;
371 unsigned int duplex;
372 unsigned int speed;
373 unsigned int tx_csum_limit;
374 int use_inband_status:1;
376 u64 ethtool_stats[ARRAY_SIZE(mvneta_statistics)];