Lines Matching defs:e1000_phy_info
612 struct e1000_phy_info { struct
613 struct e1000_phy_operations ops;
615 enum e1000_phy_type type;
617 enum e1000_1000t_rx_status local_rx;
618 enum e1000_1000t_rx_status remote_rx;
619 enum e1000_ms_type ms_type;
620 enum e1000_ms_type original_ms_type;
621 enum e1000_rev_polarity cable_polarity;
622 enum e1000_smart_speed smart_speed;
624 u32 addr;
625 u32 id;
626 u32 reset_delay_us; /* in usec */
627 u32 revision;
629 enum e1000_media_type media_type;
631 u16 autoneg_advertised;
632 u16 autoneg_mask;
633 u16 cable_length;
634 u16 max_cable_length;
635 u16 min_cable_length;
637 u8 mdix;
639 bool disable_polarity_correction;
640 bool is_mdix;
641 bool polarity_correction;
642 bool speed_downgraded;
643 bool autoneg_wait_to_complete;