Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_x540.c234 return IXGBE_ERR_SWFW_SYNC; in ixgbe_reset_hw_X540()
407 status = IXGBE_ERR_SWFW_SYNC; in ixgbe_read_eerd_X540()
434 status = IXGBE_ERR_SWFW_SYNC; in ixgbe_read_eerd_buffer_X540()
458 status = IXGBE_ERR_SWFW_SYNC; in ixgbe_write_eewr_X540()
485 status = IXGBE_ERR_SWFW_SYNC; in ixgbe_write_eewr_buffer_X540()
597 return IXGBE_ERR_SWFW_SYNC; in ixgbe_validate_eeprom_checksum_X540()
658 return IXGBE_ERR_SWFW_SYNC; in ixgbe_update_eeprom_checksum_X540()
797 return IXGBE_ERR_SWFW_SYNC; in ixgbe_acquire_swfw_sync_X540()
823 return IXGBE_ERR_SWFW_SYNC; in ixgbe_acquire_swfw_sync_X540()
848 return IXGBE_ERR_SWFW_SYNC; in ixgbe_acquire_swfw_sync_X540()
[all …]
H A Dixgbe_phy.c131 return IXGBE_ERR_SWFW_SYNC; in ixgbe_read_i2c_combined_generic_int()
208 return IXGBE_ERR_SWFW_SYNC; in ixgbe_write_i2c_combined_generic_int()
675 return IXGBE_ERR_SWFW_SYNC; in ixgbe_read_phy_reg_generic()
779 status = IXGBE_ERR_SWFW_SYNC; in ixgbe_write_phy_reg_generic()
2018 return IXGBE_ERR_SWFW_SYNC; in ixgbe_read_i2c_byte_generic_int()
2137 return IXGBE_ERR_SWFW_SYNC; in ixgbe_write_i2c_byte_generic_int()
H A Dixgbe_82599.c195 ret_val = IXGBE_ERR_SWFW_SYNC; in ixgbe_setup_sfp_modules_82599()
261 return IXGBE_ERR_SWFW_SYNC; in prot_autoc_read_82599()
296 return IXGBE_ERR_SWFW_SYNC; in prot_autoc_write_82599()
H A Dixgbe_x550.c2501 return IXGBE_ERR_SWFW_SYNC; in ixgbe_reset_hw_X550em()
3280 status = IXGBE_ERR_SWFW_SYNC; in ixgbe_write_ee_hostif_X550()
4366 return IXGBE_ERR_SWFW_SYNC; in ixgbe_read_phy_reg_x550a()
4398 status = IXGBE_ERR_SWFW_SYNC; in ixgbe_write_phy_reg_x550a()
H A Dixgbe_82598.c1145 return IXGBE_ERR_SWFW_SYNC; in ixgbe_read_i2c_phy_82598()
H A Dixgbe_common.c1830 status = IXGBE_ERR_SWFW_SYNC; in ixgbe_acquire_eeprom()
3304 return IXGBE_ERR_SWFW_SYNC; in ixgbe_acquire_swfw_sync()
3324 return IXGBE_ERR_SWFW_SYNC; in ixgbe_acquire_swfw_sync()
H A Dixgbe_type.h4195 #define IXGBE_ERR_SWFW_SYNC -16 macro