Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/igc/
Digc_nvm.c216 return -IGC_ERR_NVM; in igc_poll_eerd_eewr_done()
249 return -IGC_ERR_NVM; in igc_acquire_nvm_generic()
362 return -IGC_ERR_NVM; in igc_ready_nvm_eeprom()
392 return -IGC_ERR_NVM; in igc_read_nvm_eerd()
429 s32 ret_val = -IGC_ERR_NVM; in igc_write_nvm_spi()
440 return -IGC_ERR_NVM; in igc_write_nvm_spi()
663 return -IGC_ERR_NVM; in igc_validate_nvm_checksum_generic()
Digc_i225.c411 return -IGC_ERR_NVM; in igc_get_hw_semaphore_i225()
431 return -IGC_ERR_NVM; in igc_get_hw_semaphore_i225()
548 ret_val = -IGC_ERR_NVM; in __igc_write_nvm_srwr()
742 return -IGC_ERR_NVM; in igc_write_erase_flash_command_i225()
785 if (ret_val == -IGC_ERR_NVM) { in igc_update_flash_i225()
864 s32 ret_val = -IGC_ERR_NVM; in igc_pool_flash_update_done_i225()
Digc_mac.c943 return -IGC_ERR_NVM; in igc_get_hw_semaphore_generic()
962 return -IGC_ERR_NVM; in igc_get_hw_semaphore_generic()
Digc_defines.h589 #define IGC_ERR_NVM 1 macro