Lines Matching defs:mvpp2_port
793 struct mvpp2_port { struct
794 u8 id;
799 int gop_id;
824 struct mvpp2_port_pcpu __percpu *pcpu; argument
827 unsigned long flags;
829 u16 tx_ring_size;
830 u16 rx_ring_size;
831 struct mvpp2_pcpu_stats __percpu *stats;
832 u64 *ethtool_stats;
835 struct mutex gather_stats_lock;
836 struct delayed_work stats_work;
838 struct device_node *of_node;
840 phy_interface_t phy_interface;
841 struct phylink *phylink;
842 struct phy *comphy;
844 struct mvpp2_bm_pool *pool_long;
845 struct mvpp2_bm_pool *pool_short;
848 u8 first_rxq;
850 struct mvpp2_queue_vector qvecs[MVPP2_MAX_QVECS];
851 unsigned int nqvecs;
852 bool has_tx_irqs;
854 u32 tx_time_coal;
857 u32 indir[MVPP22_RSS_TABLE_ENTRIES];