Lines Matching defs:e1000_phy_info
594 struct e1000_phy_info { struct
595 struct e1000_phy_operations ops;
597 enum e1000_phy_type type;
599 enum e1000_1000t_rx_status local_rx;
600 enum e1000_1000t_rx_status remote_rx;
601 enum e1000_ms_type ms_type;
602 enum e1000_ms_type original_ms_type;
603 enum e1000_rev_polarity cable_polarity;
604 enum e1000_smart_speed smart_speed;
606 u32 addr;
607 u32 id;
608 u32 reset_delay_us; /* in usec */
609 u32 revision;
611 enum e1000_media_type media_type;
613 u16 autoneg_advertised;
614 u16 autoneg_mask;
615 u16 cable_length;
616 u16 max_cable_length;
617 u16 min_cable_length;
619 u8 mdix;
621 bool disable_polarity_correction;
622 bool is_mdix;
623 bool polarity_correction;
624 bool speed_downgraded;
625 bool autoneg_wait_to_complete;