Lines Matching defs:e1000_phy_info
603 struct e1000_phy_info { struct
604 struct e1000_phy_operations ops;
606 enum e1000_phy_type type;
608 enum e1000_1000t_rx_status local_rx;
609 enum e1000_1000t_rx_status remote_rx;
610 enum e1000_ms_type ms_type;
611 enum e1000_ms_type original_ms_type;
612 enum e1000_rev_polarity cable_polarity;
613 enum e1000_smart_speed smart_speed;
615 u32 addr;
616 u32 id;
617 u32 reset_delay_us; /* in usec */
618 u32 revision;
620 enum e1000_media_type media_type;
622 u16 autoneg_advertised;
623 u16 autoneg_mask;
624 u16 cable_length;
625 u16 max_cable_length;
626 u16 min_cable_length;
628 u8 mdix;
630 bool disable_polarity_correction;
631 bool is_mdix;
632 bool polarity_correction;
633 bool speed_downgraded;
634 bool autoneg_wait_to_complete;