Lines Matching defs:e1000_phy_info
615 struct e1000_phy_info { struct
616 struct e1000_phy_operations ops;
618 enum e1000_phy_type type;
620 enum e1000_1000t_rx_status local_rx;
621 enum e1000_1000t_rx_status remote_rx;
622 enum e1000_ms_type ms_type;
623 enum e1000_ms_type original_ms_type;
624 enum e1000_rev_polarity cable_polarity;
625 enum e1000_smart_speed smart_speed;
627 u32 addr;
628 u32 id;
629 u32 reset_delay_us; /* in usec */
630 u32 revision;
631 u32 retry_count;
633 enum e1000_media_type media_type;
635 u16 autoneg_advertised;
636 u16 autoneg_mask;
637 u16 cable_length;
638 u16 max_cable_length;
639 u16 min_cable_length;
641 u8 mdix;
643 bool disable_polarity_correction;
644 bool is_mdix;
645 bool polarity_correction;
646 bool speed_downgraded;
647 bool autoneg_wait_to_complete;
648 bool retry_enabled;