Searched defs:ixgbe_phy_info (Results 1 – 1 of 1) sorted by relevance
4221 struct ixgbe_phy_info { struct4222 struct ixgbe_phy_operations ops;4223 enum ixgbe_phy_type type;4224 u32 addr;4225 u32 id;4226 enum ixgbe_sfp_type sfp_type;4227 bool sfp_setup_needed;4228 u32 revision;4252 struct ixgbe_phy_info phy; argument