Home
last modified time | relevance | path

Searched refs:IGC_ERR_NVM (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/igc/core/
H A Digc_nvm.c213 return -IGC_ERR_NVM; in igc_poll_eerd_eewr_done()
246 return -IGC_ERR_NVM; in igc_acquire_nvm_generic()
359 return -IGC_ERR_NVM; in igc_ready_nvm_eeprom()
389 return -IGC_ERR_NVM; in igc_read_nvm_eerd()
426 s32 ret_val = -IGC_ERR_NVM; in igc_write_nvm_spi()
437 return -IGC_ERR_NVM; in igc_write_nvm_spi()
660 return -IGC_ERR_NVM; in igc_validate_nvm_checksum_generic()
H A Digc_i225.c408 return -IGC_ERR_NVM; in igc_get_hw_semaphore_i225()
428 return -IGC_ERR_NVM; in igc_get_hw_semaphore_i225()
545 ret_val = -IGC_ERR_NVM; in __igc_write_nvm_srwr()
739 return -IGC_ERR_NVM; in igc_write_erase_flash_command_i225()
782 if (ret_val == -IGC_ERR_NVM) { in igc_update_flash_i225()
861 s32 ret_val = -IGC_ERR_NVM; in igc_pool_flash_update_done_i225()
H A Digc_mac.c940 return -IGC_ERR_NVM; in igc_get_hw_semaphore_generic()
959 return -IGC_ERR_NVM; in igc_get_hw_semaphore_generic()
H A Digc_defines.h587 #define IGC_ERR_NVM 1 macro