Lines Matching defs:e1000_phy_info
420 struct e1000_phy_info { struct
421 struct e1000_phy_operations ops;
423 enum e1000_phy_type type;
425 enum e1000_1000t_rx_status local_rx;
426 enum e1000_1000t_rx_status remote_rx;
427 enum e1000_ms_type ms_type;
428 enum e1000_ms_type original_ms_type;
429 enum e1000_rev_polarity cable_polarity;
430 enum e1000_smart_speed smart_speed;
432 u32 addr;
433 u32 id;
434 u32 reset_delay_us; /* in usec */
435 u32 revision;
437 enum e1000_media_type media_type;
439 u16 autoneg_advertised;
440 u16 autoneg_mask;
441 u16 cable_length;
442 u16 max_cable_length;
443 u16 min_cable_length;
445 u8 mdix;
447 bool disable_polarity_correction;
448 bool is_mdix;
449 bool polarity_correction;
450 bool reset_disable;
451 bool speed_downgraded;
452 bool autoneg_wait_to_complete;