Searched defs:e1000_phy_info (Results 1 – 3 of 3) sorted by relevance
402 struct e1000_phy_info { struct403 struct e1000_phy_operations ops;405 enum e1000_phy_type type;407 enum e1000_1000t_rx_status local_rx;408 enum e1000_1000t_rx_status remote_rx;409 enum e1000_ms_type ms_type;410 enum e1000_ms_type original_ms_type;411 enum e1000_rev_polarity cable_polarity;412 enum e1000_smart_speed smart_speed;414 u32 addr;[all …]
615 struct e1000_phy_info { struct616 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;[all …]
215 struct e1000_phy_info { struct216 e1000_cable_length cable_length;217 e1000_10bt_ext_dist_enable extended_10bt_distance;218 e1000_rev_polarity cable_polarity;219 e1000_downshift downshift;220 e1000_polarity_reversal polarity_correction;221 e1000_auto_x_mode mdix_mode;222 e1000_1000t_rx_status local_rx;223 e1000_1000t_rx_status remote_rx;