Lines Matching defs:e1000_phy_info
575 struct e1000_phy_info { struct
576 struct e1000_phy_operations ops;
578 enum e1000_phy_type type;
580 enum e1000_1000t_rx_status local_rx;
581 enum e1000_1000t_rx_status remote_rx;
582 enum e1000_ms_type ms_type;
583 enum e1000_ms_type original_ms_type;
584 enum e1000_rev_polarity cable_polarity;
585 enum e1000_smart_speed smart_speed;
587 u32 addr;
588 u32 id;
589 u32 reset_delay_us; /* in usec */
590 u32 revision;
592 enum e1000_media_type media_type;
594 u16 autoneg_advertised;
595 u16 autoneg_mask;
596 u16 cable_length;
597 u16 max_cable_length;
598 u16 min_cable_length;
600 u8 mdix;
602 bool disable_polarity_correction;
603 bool is_mdix;
604 bool polarity_correction;
605 bool speed_downgraded;
606 bool autoneg_wait_to_complete;