Home
last modified time | relevance | path

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

/freebsd/sys/dev/igc/
H A Digc_nvm.c214 return -IGC_ERR_NVM; in igc_poll_eerd_eewr_done()
247 return -IGC_ERR_NVM; in igc_acquire_nvm_generic()
360 return -IGC_ERR_NVM; in igc_ready_nvm_eeprom()
390 return -IGC_ERR_NVM; in igc_read_nvm_eerd()
427 s32 ret_val = -IGC_ERR_NVM; in igc_write_nvm_spi()
438 return -IGC_ERR_NVM; in igc_write_nvm_spi()
661 return -IGC_ERR_NVM; in igc_validate_nvm_checksum_generic()
H A Digc_i225.c409 return -IGC_ERR_NVM; in igc_get_hw_semaphore_i225()
429 return -IGC_ERR_NVM; in igc_get_hw_semaphore_i225()
546 ret_val = -IGC_ERR_NVM; in __igc_write_nvm_srwr()
740 return -IGC_ERR_NVM; in igc_write_erase_flash_command_i225()
783 if (ret_val == -IGC_ERR_NVM) { in igc_update_flash_i225()
862 s32 ret_val = -IGC_ERR_NVM; in igc_pool_flash_update_done_i225()
H A Digc_mac.c941 return -IGC_ERR_NVM; in igc_get_hw_semaphore_generic()
960 return -IGC_ERR_NVM; in igc_get_hw_semaphore_generic()
H A Digc_defines.h586 #define IGC_ERR_NVM 1 macro