Lines Matching refs:e1000_hw

20 s32  igb_check_downshift(struct e1000_hw *hw);
21 s32 igb_check_reset_block(struct e1000_hw *hw);
22 s32 igb_copper_link_setup_igp(struct e1000_hw *hw);
23 s32 igb_copper_link_setup_m88(struct e1000_hw *hw);
24 s32 igb_copper_link_setup_m88_gen2(struct e1000_hw *hw);
25 s32 igb_phy_force_speed_duplex_igp(struct e1000_hw *hw);
26 s32 igb_phy_force_speed_duplex_m88(struct e1000_hw *hw);
27 s32 igb_get_cable_length_m88(struct e1000_hw *hw);
28 s32 igb_get_cable_length_m88_gen2(struct e1000_hw *hw);
29 s32 igb_get_cable_length_igp_2(struct e1000_hw *hw);
30 s32 igb_get_phy_id(struct e1000_hw *hw);
31 s32 igb_get_phy_info_igp(struct e1000_hw *hw);
32 s32 igb_get_phy_info_m88(struct e1000_hw *hw);
33 s32 igb_phy_sw_reset(struct e1000_hw *hw);
34 s32 igb_phy_hw_reset(struct e1000_hw *hw);
35 s32 igb_read_phy_reg_igp(struct e1000_hw *hw, u32 offset, u16 *data);
36 s32 igb_set_d3_lplu_state(struct e1000_hw *hw, bool active);
37 s32 igb_setup_copper_link(struct e1000_hw *hw);
38 s32 igb_write_phy_reg_igp(struct e1000_hw *hw, u32 offset, u16 data);
39 s32 igb_phy_has_link(struct e1000_hw *hw, u32 iterations,
41 void igb_power_up_phy_copper(struct e1000_hw *hw);
42 void igb_power_down_phy_copper(struct e1000_hw *hw);
43 s32 igb_phy_init_script_igp3(struct e1000_hw *hw);
44 s32 igb_initialize_M88E1512_phy(struct e1000_hw *hw);
45 s32 igb_initialize_M88E1543_phy(struct e1000_hw *hw);
46 s32 igb_read_phy_reg_mdic(struct e1000_hw *hw, u32 offset, u16 *data);
47 s32 igb_write_phy_reg_mdic(struct e1000_hw *hw, u32 offset, u16 data);
48 s32 igb_read_phy_reg_i2c(struct e1000_hw *hw, u32 offset, u16 *data);
49 s32 igb_write_phy_reg_i2c(struct e1000_hw *hw, u32 offset, u16 data);
50 s32 igb_read_sfp_data_byte(struct e1000_hw *hw, u16 offset, u8 *data);
51 s32 igb_copper_link_setup_82580(struct e1000_hw *hw);
52 s32 igb_get_phy_info_82580(struct e1000_hw *hw);
53 s32 igb_phy_force_speed_duplex_82580(struct e1000_hw *hw);
54 s32 igb_get_cable_length_82580(struct e1000_hw *hw);
55 s32 igb_read_phy_reg_82580(struct e1000_hw *hw, u32 offset, u16 *data);
56 s32 igb_write_phy_reg_82580(struct e1000_hw *hw, u32 offset, u16 data);
57 s32 igb_check_polarity_m88(struct e1000_hw *hw);