Lines Matching defs:e1000_phy_info
871 struct e1000_phy_info { struct
872 struct e1000_phy_operations ops;
873 enum e1000_phy_type type;
875 enum e1000_1000t_rx_status local_rx;
876 enum e1000_1000t_rx_status remote_rx;
877 enum e1000_ms_type ms_type;
878 enum e1000_ms_type original_ms_type;
879 enum e1000_rev_polarity cable_polarity;
880 enum e1000_smart_speed smart_speed;
882 u32 addr;
883 u32 id;
884 u32 reset_delay_us; /* in usec */
885 u32 revision;
887 enum e1000_media_type media_type;
889 u16 autoneg_advertised;
890 u16 autoneg_mask;
891 u16 cable_length;
892 u16 max_cable_length;
893 u16 min_cable_length;
895 u8 mdix;
897 bool disable_polarity_correction;
898 bool is_mdix;
899 bool polarity_correction;
900 bool speed_downgraded;
901 bool autoneg_wait_to_complete;