Lines Matching refs:hw
40 s32 igb_check_downshift(struct e1000_hw *hw);
41 s32 igb_check_reset_block(struct e1000_hw *hw);
42 s32 igb_copper_link_setup_igp(struct e1000_hw *hw);
43 s32 igb_copper_link_setup_m88(struct e1000_hw *hw);
44 s32 igb_copper_link_setup_m88_gen2(struct e1000_hw *hw);
45 s32 igb_phy_force_speed_duplex_igp(struct e1000_hw *hw);
46 s32 igb_phy_force_speed_duplex_m88(struct e1000_hw *hw);
47 s32 igb_get_cable_length_m88(struct e1000_hw *hw);
48 s32 igb_get_cable_length_m88_gen2(struct e1000_hw *hw);
49 s32 igb_get_cable_length_igp_2(struct e1000_hw *hw);
50 s32 igb_get_phy_id(struct e1000_hw *hw);
51 s32 igb_get_phy_info_igp(struct e1000_hw *hw);
52 s32 igb_get_phy_info_m88(struct e1000_hw *hw);
53 s32 igb_phy_sw_reset(struct e1000_hw *hw);
54 s32 igb_phy_hw_reset(struct e1000_hw *hw);
55 s32 igb_read_phy_reg_igp(struct e1000_hw *hw, u32 offset, u16 *data);
56 s32 igb_set_d3_lplu_state(struct e1000_hw *hw, bool active);
57 s32 igb_setup_copper_link(struct e1000_hw *hw);
58 s32 igb_write_phy_reg_igp(struct e1000_hw *hw, u32 offset, u16 data);
59 s32 igb_phy_has_link(struct e1000_hw *hw, u32 iterations,
61 void igb_power_up_phy_copper(struct e1000_hw *hw);
62 void igb_power_down_phy_copper(struct e1000_hw *hw);
63 s32 igb_phy_init_script_igp3(struct e1000_hw *hw);
64 s32 igb_initialize_M88E1512_phy(struct e1000_hw *hw);
65 s32 igb_read_phy_reg_mdic(struct e1000_hw *hw, u32 offset, u16 *data);
66 s32 igb_write_phy_reg_mdic(struct e1000_hw *hw, u32 offset, u16 data);
67 s32 igb_read_phy_reg_i2c(struct e1000_hw *hw, u32 offset, u16 *data);
68 s32 igb_write_phy_reg_i2c(struct e1000_hw *hw, u32 offset, u16 data);
69 s32 igb_read_sfp_data_byte(struct e1000_hw *hw, u16 offset, u8 *data);
70 s32 igb_copper_link_setup_82580(struct e1000_hw *hw);
71 s32 igb_get_phy_info_82580(struct e1000_hw *hw);
72 s32 igb_phy_force_speed_duplex_82580(struct e1000_hw *hw);
73 s32 igb_get_cable_length_82580(struct e1000_hw *hw);
74 s32 igb_read_phy_reg_gs40g(struct e1000_hw *hw, u32 offset, u16 *data);
75 s32 igb_write_phy_reg_gs40g(struct e1000_hw *hw, u32 offset, u16 data);
76 s32 igb_check_polarity_m88(struct e1000_hw *hw);