Lines Matching defs:mvpp2_port
663 struct mvpp2_port { struct
664 u8 id;
666 int irq;
668 struct mvpp2 *priv;
671 void __iomem *base;
673 struct mvpp2_rx_queue **rxqs;
674 struct mvpp2_tx_queue **txqs;
675 struct net_device *dev;
677 int pkt_size;
679 u32 pending_cause_rx;
680 struct napi_struct napi;
683 unsigned long flags;
685 u16 tx_ring_size;
686 u16 rx_ring_size;
687 struct mvpp2_pcpu_stats __percpu *stats;
689 struct phy_device *phy_dev;
690 phy_interface_t phy_interface;
691 struct device_node *phy_node;
692 unsigned int link;
693 unsigned int duplex;
694 unsigned int speed;
696 struct mvpp2_bm_pool *pool_long;
697 struct mvpp2_bm_pool *pool_short;
700 u8 first_rxq;