Searched defs:mvpp2_port (Results 1 – 2 of 2) sorted by relevance
1090 struct mvpp2_port { struct1091 u8 id;1096 int gop_id;1098 int port_irq;1123 struct mvpp2_port_pcpu __percpu *pcpu; argument1128 spinlock_t bm_lock[MVPP2_MAX_THREADS];1129 spinlock_t tx_lock[MVPP2_MAX_THREADS];1132 unsigned long flags;1134 u16 tx_ring_size;1135 u16 rx_ring_size;[all …]
957 struct mvpp2_port { struct980 struct mvpp2_port_pcpu __percpu *pcpu; argument983 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;[all …]