Lines Matching defs:hw

60 static int32_t ixgbe_out_i2c_byte_ack(struct ixgbe_hw *hw, uint8_t byte)  in ixgbe_out_i2c_byte_ack()
77 static int32_t ixgbe_in_i2c_byte_ack(struct ixgbe_hw *hw, uint8_t *byte) in ixgbe_in_i2c_byte_ack()
113 int32_t ixgbe_read_i2c_combined_generic_int(struct ixgbe_hw *hw, uint8_t addr, in ixgbe_read_i2c_combined_generic_int()
191 int32_t ixgbe_read_i2c_combined_generic(struct ixgbe_hw *hw, uint8_t addr, in ixgbe_read_i2c_combined_generic()
206 int32_t ixgbe_read_i2c_combined_generic_unlocked(struct ixgbe_hw *hw, uint8_t addr, in ixgbe_read_i2c_combined_generic_unlocked()
223 int32_t ixgbe_write_i2c_combined_generic_int(struct ixgbe_hw *hw, uint8_t addr, in ixgbe_write_i2c_combined_generic_int()
287 int32_t ixgbe_write_i2c_combined_generic(struct ixgbe_hw *hw, in ixgbe_write_i2c_combined_generic()
303 ixgbe_write_i2c_combined_generic_unlocked(struct ixgbe_hw *hw, in ixgbe_write_i2c_combined_generic_unlocked()
315 int32_t ixgbe_init_phy_ops_generic(struct ixgbe_hw *hw) in ixgbe_init_phy_ops_generic()
359 static bool ixgbe_probe_phy(struct ixgbe_hw *hw, uint16_t phy_addr) in ixgbe_probe_phy()
394 int32_t ixgbe_identify_phy_generic(struct ixgbe_hw *hw) in ixgbe_identify_phy_generic()
447 int32_t ixgbe_check_reset_blocked(struct ixgbe_hw *hw) in ixgbe_check_reset_blocked()
473 bool ixgbe_validate_phy_addr(struct ixgbe_hw *hw, uint32_t phy_addr) in ixgbe_validate_phy_addr()
497 int32_t ixgbe_get_phy_id(struct ixgbe_hw *hw) in ixgbe_get_phy_id()
569 int32_t ixgbe_reset_phy_generic(struct ixgbe_hw *hw) in ixgbe_reset_phy_generic()
652 int32_t ixgbe_read_phy_reg_mdi(struct ixgbe_hw *hw, uint32_t reg_addr, in ixgbe_read_phy_reg_mdi()
734 int32_t ixgbe_read_phy_reg_generic(struct ixgbe_hw *hw, uint32_t reg_addr, in ixgbe_read_phy_reg_generic()
760 int32_t ixgbe_write_phy_reg_mdi(struct ixgbe_hw *hw, uint32_t reg_addr, in ixgbe_write_phy_reg_mdi()
834 int32_t ixgbe_write_phy_reg_generic(struct ixgbe_hw *hw, uint32_t reg_addr, in ixgbe_write_phy_reg_generic()
859 int32_t ixgbe_setup_phy_link_generic(struct ixgbe_hw *hw) in ixgbe_setup_phy_link_generic()
950 int32_t ixgbe_setup_phy_link_speed_generic(struct ixgbe_hw *hw, in ixgbe_setup_phy_link_speed_generic()
993 int32_t ixgbe_get_copper_speeds_supported(struct ixgbe_hw *hw) in ixgbe_get_copper_speeds_supported()
1033 int32_t ixgbe_get_copper_link_capabilities_generic(struct ixgbe_hw *hw, in ixgbe_get_copper_link_capabilities_generic()
1058 int32_t ixgbe_check_phy_link_tnx(struct ixgbe_hw *hw, ixgbe_link_speed *speed, in ixgbe_check_phy_link_tnx()
1106 int32_t ixgbe_setup_phy_link_tnx(struct ixgbe_hw *hw) in ixgbe_setup_phy_link_tnx()
1183 int32_t ixgbe_get_phy_firmware_version_tnx(struct ixgbe_hw *hw, in ixgbe_get_phy_firmware_version_tnx()
1202 int32_t ixgbe_get_phy_firmware_version_generic(struct ixgbe_hw *hw, in ixgbe_get_phy_firmware_version_generic()
1220 int32_t ixgbe_reset_phy_nl(struct ixgbe_hw *hw) in ixgbe_reset_phy_nl()
1333 ixgbe_is_sfp(struct ixgbe_hw *hw) in ixgbe_is_sfp()
1358 int32_t ixgbe_identify_module_generic(struct ixgbe_hw *hw) in ixgbe_identify_module_generic()
1388 int32_t ixgbe_identify_sfp_module_generic(struct ixgbe_hw *hw) in ixgbe_identify_sfp_module_generic()
1641 uint64_t ixgbe_get_supported_phy_sfp_layer_generic(struct ixgbe_hw *hw) in ixgbe_get_supported_phy_sfp_layer_generic()
1710 int32_t ixgbe_identify_qsfp_module_generic(struct ixgbe_hw *hw) in ixgbe_identify_qsfp_module_generic()
1889 int32_t ixgbe_get_sfp_init_sequence_offsets(struct ixgbe_hw *hw, in ixgbe_get_sfp_init_sequence_offsets()
1994 int32_t ixgbe_read_i2c_eeprom_generic(struct ixgbe_hw *hw, uint8_t byte_offset, in ixgbe_read_i2c_eeprom_generic()
2012 int32_t ixgbe_write_i2c_eeprom_generic(struct ixgbe_hw *hw, uint8_t byte_offset, in ixgbe_write_i2c_eeprom_generic()
2028 bool ixgbe_is_sfp_probe(struct ixgbe_hw *hw, uint8_t offset, uint8_t addr) in ixgbe_is_sfp_probe()
2048 int32_t ixgbe_read_i2c_byte_generic_int(struct ixgbe_hw *hw, uint8_t byte_offset, in ixgbe_read_i2c_byte_generic_int()
2139 int32_t ixgbe_read_i2c_byte_generic(struct ixgbe_hw *hw, uint8_t byte_offset, in ixgbe_read_i2c_byte_generic()
2156 int32_t ixgbe_read_i2c_byte_generic_unlocked(struct ixgbe_hw *hw, uint8_t byte_offset, in ixgbe_read_i2c_byte_generic_unlocked()
2174 int32_t ixgbe_write_i2c_byte_generic_int(struct ixgbe_hw *hw, uint8_t byte_offset, in ixgbe_write_i2c_byte_generic_int()
2245 int32_t ixgbe_write_i2c_byte_generic(struct ixgbe_hw *hw, uint8_t byte_offset, in ixgbe_write_i2c_byte_generic()
2262 int32_t ixgbe_write_i2c_byte_generic_unlocked(struct ixgbe_hw *hw, uint8_t byte_offset, in ixgbe_write_i2c_byte_generic_unlocked()
2276 void ixgbe_i2c_start(struct ixgbe_hw *hw) in ixgbe_i2c_start()
2311 void ixgbe_i2c_stop(struct ixgbe_hw *hw) in ixgbe_i2c_stop()
2347 int32_t ixgbe_clock_in_i2c_byte(struct ixgbe_hw *hw, uint8_t *data) in ixgbe_clock_in_i2c_byte()
2370 int32_t ixgbe_clock_out_i2c_byte(struct ixgbe_hw *hw, uint8_t data) in ixgbe_clock_out_i2c_byte()
2403 int32_t ixgbe_get_i2c_ack(struct ixgbe_hw *hw) in ixgbe_get_i2c_ack()
2456 int32_t ixgbe_clock_in_i2c_bit(struct ixgbe_hw *hw, bool *data) in ixgbe_clock_in_i2c_bit()
2492 int32_t ixgbe_clock_out_i2c_bit(struct ixgbe_hw *hw, bool data) in ixgbe_clock_out_i2c_bit()
2529 void ixgbe_raise_i2c_clk(struct ixgbe_hw *hw, uint32_t *i2cctl) in ixgbe_raise_i2c_clk()
2565 void ixgbe_lower_i2c_clk(struct ixgbe_hw *hw, uint32_t *i2cctl) in ixgbe_lower_i2c_clk()
2588 int32_t ixgbe_set_i2c_data(struct ixgbe_hw *hw, uint32_t *i2cctl, bool data) in ixgbe_set_i2c_data()
2635 bool ixgbe_get_i2c_data(struct ixgbe_hw *hw, uint32_t *i2cctl) in ixgbe_get_i2c_data()
2664 void ixgbe_i2c_bus_clear(struct ixgbe_hw *hw) in ixgbe_i2c_bus_clear()
2700 int32_t ixgbe_tn_check_overtemp(struct ixgbe_hw *hw) in ixgbe_tn_check_overtemp()
2728 int32_t ixgbe_set_copper_phy_power(struct ixgbe_hw *hw, bool on) in ixgbe_set_copper_phy_power()