Lines Matching refs:ixgbe_hw

126 int ixgbe_mii_bus_init(struct ixgbe_hw *hw);
128 int ixgbe_identify_phy_generic(struct ixgbe_hw *hw);
129 int ixgbe_reset_phy_generic(struct ixgbe_hw *hw);
130 int ixgbe_read_phy_reg_generic(struct ixgbe_hw *hw, u32 reg_addr,
132 int ixgbe_write_phy_reg_generic(struct ixgbe_hw *hw, u32 reg_addr,
134 int ixgbe_read_phy_reg_mdi(struct ixgbe_hw *hw, u32 reg_addr,
136 int ixgbe_write_phy_reg_mdi(struct ixgbe_hw *hw, u32 reg_addr,
138 int ixgbe_setup_phy_link_generic(struct ixgbe_hw *hw);
139 int ixgbe_setup_phy_link_speed_generic(struct ixgbe_hw *hw,
142 int ixgbe_get_copper_link_capabilities_generic(struct ixgbe_hw *hw,
145 bool ixgbe_check_reset_blocked(struct ixgbe_hw *hw);
148 int ixgbe_check_phy_link_tnx(struct ixgbe_hw *hw,
151 int ixgbe_setup_phy_link_tnx(struct ixgbe_hw *hw);
153 int ixgbe_reset_phy_nl(struct ixgbe_hw *hw);
154 int ixgbe_set_copper_phy_power(struct ixgbe_hw *hw, bool on);
155 int ixgbe_identify_module_generic(struct ixgbe_hw *hw);
156 int ixgbe_identify_sfp_module_generic(struct ixgbe_hw *hw);
157 int ixgbe_get_sfp_init_sequence_offsets(struct ixgbe_hw *hw,
160 bool ixgbe_tn_check_overtemp(struct ixgbe_hw *hw);
161 int ixgbe_read_i2c_byte_generic(struct ixgbe_hw *hw, u8 byte_offset,
163 int ixgbe_read_i2c_byte_generic_unlocked(struct ixgbe_hw *hw, u8 byte_offset,
165 int ixgbe_write_i2c_byte_generic(struct ixgbe_hw *hw, u8 byte_offset,
167 int ixgbe_write_i2c_byte_generic_unlocked(struct ixgbe_hw *hw, u8 byte_offset,
169 int ixgbe_read_i2c_eeprom_generic(struct ixgbe_hw *hw, u8 byte_offset,
171 int ixgbe_read_i2c_sff8472_generic(struct ixgbe_hw *hw, u8 byte_offset,
173 int ixgbe_write_i2c_eeprom_generic(struct ixgbe_hw *hw, u8 byte_offset,
175 int ixgbe_read_i2c_combined_generic_int(struct ixgbe_hw *, u8 addr, u16 reg,
177 int ixgbe_write_i2c_combined_generic_int(struct ixgbe_hw *, u8 addr, u16 reg,