Home
last modified time | relevance | path

Searched refs:IXGBE_ERR_SWFW_SYNC (Results 1 – 7 of 7) sorted by relevance

/titanic_44/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_x540.c389 status = IXGBE_ERR_SWFW_SYNC; in ixgbe_read_eerd_X540()
416 status = IXGBE_ERR_SWFW_SYNC; in ixgbe_read_eerd_buffer_X540()
440 status = IXGBE_ERR_SWFW_SYNC; in ixgbe_write_eewr_X540()
467 status = IXGBE_ERR_SWFW_SYNC; in ixgbe_write_eewr_buffer_X540()
579 return IXGBE_ERR_SWFW_SYNC; in ixgbe_validate_eeprom_checksum_X540()
640 return IXGBE_ERR_SWFW_SYNC; in ixgbe_update_eeprom_checksum_X540()
775 return IXGBE_ERR_SWFW_SYNC; in ixgbe_acquire_swfw_sync_X540()
798 return IXGBE_ERR_SWFW_SYNC; in ixgbe_acquire_swfw_sync_X540()
807 return IXGBE_ERR_SWFW_SYNC; in ixgbe_acquire_swfw_sync_X540()
829 return IXGBE_ERR_SWFW_SYNC; in ixgbe_acquire_swfw_sync_X540()
[all …]
H A Dixgbe_phy.c132 return IXGBE_ERR_SWFW_SYNC; in ixgbe_read_i2c_combined_generic_int()
240 return IXGBE_ERR_SWFW_SYNC; in ixgbe_write_i2c_combined_generic_int()
694 status = IXGBE_ERR_SWFW_SYNC; in ixgbe_read_phy_reg_generic()
795 status = IXGBE_ERR_SWFW_SYNC; in ixgbe_write_phy_reg_generic()
2076 return IXGBE_ERR_SWFW_SYNC; in ixgbe_read_i2c_byte_generic_int()
2192 return IXGBE_ERR_SWFW_SYNC; in ixgbe_write_i2c_byte_generic_int()
H A Dixgbe_82599.c194 ret_val = IXGBE_ERR_SWFW_SYNC; in ixgbe_setup_sfp_modules_82599()
260 return IXGBE_ERR_SWFW_SYNC; in prot_autoc_read_82599()
295 return IXGBE_ERR_SWFW_SYNC; in prot_autoc_write_82599()
H A Dixgbe_common.c1729 status = IXGBE_ERR_SWFW_SYNC; in ixgbe_acquire_eeprom()
3203 return IXGBE_ERR_SWFW_SYNC; in ixgbe_acquire_swfw_sync()
3223 return IXGBE_ERR_SWFW_SYNC; in ixgbe_acquire_swfw_sync()
4495 ret_val = IXGBE_ERR_SWFW_SYNC; in ixgbe_set_fw_drv_ver_generic()
H A Dixgbe_82598.c1140 return IXGBE_ERR_SWFW_SYNC; in ixgbe_read_i2c_phy_82598()
H A Dixgbe_x550.c2112 status = IXGBE_ERR_SWFW_SYNC; in ixgbe_read_ee_hostif_X550()
2245 status = IXGBE_ERR_SWFW_SYNC; in ixgbe_write_ee_hostif_X550()
H A Dixgbe_type.h3925 #define IXGBE_ERR_SWFW_SYNC -16 macro