Lines Matching defs:mvpp2_port
957 struct mvpp2_port { struct
980 struct mvpp2_port_pcpu __percpu *pcpu; argument
983 unsigned long flags;
985 u16 tx_ring_size;
986 u16 rx_ring_size;
987 struct mvpp2_pcpu_stats __percpu *stats;
989 struct phy_device *phy_dev;
990 phy_interface_t phy_interface;
991 int phy_node;
992 int phyaddr;
994 struct gpio_desc phy_reset_gpio;
995 struct gpio_desc phy_tx_disable_gpio;
997 int init;
998 unsigned int link;
999 unsigned int duplex;
1000 unsigned int speed;
1002 unsigned int phy_speed; /* SGMII 1Gbps vs 2.5Gbps */
1004 struct mvpp2_bm_pool *pool_long;
1005 struct mvpp2_bm_pool *pool_short;
1008 u8 first_rxq;
1010 u8 dev_addr[ETH_ALEN];