Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dixgbe_x540.c235 return IXGBE_ERR_SWFW_SYNC; in ixgbe_reset_hw_X540()
385 status = IXGBE_ERR_SWFW_SYNC; in ixgbe_read_eerd_X540()
409 status = IXGBE_ERR_SWFW_SYNC; in ixgbe_write_eewr_X540()
521 return IXGBE_ERR_SWFW_SYNC; in ixgbe_validate_eeprom_checksum_X540()
582 return IXGBE_ERR_SWFW_SYNC; in ixgbe_update_eeprom_checksum_X540()
721 return IXGBE_ERR_SWFW_SYNC; in ixgbe_acquire_swfw_sync_X540()
747 return IXGBE_ERR_SWFW_SYNC; in ixgbe_acquire_swfw_sync_X540()
772 return IXGBE_ERR_SWFW_SYNC; in ixgbe_acquire_swfw_sync_X540()
777 return IXGBE_ERR_SWFW_SYNC; in ixgbe_acquire_swfw_sync_X540()
H A Dixgbe_phy.c131 return IXGBE_ERR_SWFW_SYNC; in ixgbe_read_i2c_combined_generic_int()
239 return IXGBE_ERR_SWFW_SYNC; in ixgbe_write_i2c_combined_generic_int()
743 return IXGBE_ERR_SWFW_SYNC; in ixgbe_read_phy_reg_generic()
847 status = IXGBE_ERR_SWFW_SYNC; in ixgbe_write_phy_reg_generic()
2067 return IXGBE_ERR_SWFW_SYNC; in ixgbe_read_i2c_byte_generic_int()
2186 return IXGBE_ERR_SWFW_SYNC; in ixgbe_write_i2c_byte_generic_int()
H A Dixgbe_82599.c230 ret_val = IXGBE_ERR_SWFW_SYNC; in ixgbe_setup_sfp_modules_82599()
297 return IXGBE_ERR_SWFW_SYNC; in prot_autoc_read_82599()
332 return IXGBE_ERR_SWFW_SYNC; in prot_autoc_write_82599()
H A Dixgbe_x550.c2322 return IXGBE_ERR_SWFW_SYNC; in ixgbe_reset_hw_X550em()
3099 status = IXGBE_ERR_SWFW_SYNC; in ixgbe_write_ee_hostif_X550()
4145 return IXGBE_ERR_SWFW_SYNC; in ixgbe_read_phy_reg_x550a()
4177 status = IXGBE_ERR_SWFW_SYNC; in ixgbe_write_phy_reg_x550a()
H A Dixgbe_82598.c1148 return IXGBE_ERR_SWFW_SYNC; in ixgbe_read_i2c_phy_82598()
H A Dixgbe.c1348 status = IXGBE_ERR_SWFW_SYNC; in ixgbe_acquire_eeprom()
2757 return IXGBE_ERR_SWFW_SYNC; in ixgbe_acquire_swfw_sync()
2777 return IXGBE_ERR_SWFW_SYNC; in ixgbe_acquire_swfw_sync()
H A Dixgbe_type.h4353 #define IXGBE_ERR_SWFW_SYNC -16 macro