Searched defs:sky2_port (Results 1 – 1 of 1) sorted by relevance
1832 struct sky2_port { struct1833 struct sky2_hw *hw;1834 struct net_device *netdev;1835 unsigned port;1836 u32 msg_enable;1837 spinlock_t phy_lock;1839 spinlock_t tx_lock ____cacheline_aligned_in_smp;1840 struct tx_ring_info *tx_ring;1841 struct sky2_tx_le *tx_le;1842 u16 tx_cons; /* next le to check */[all …]