Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/igc/base/
H A Digc_nvm.c229 return -IGC_ERR_NVM; in igc_poll_eerd_eewr_done()
262 return -IGC_ERR_NVM; in igc_acquire_nvm_generic()
403 return -IGC_ERR_NVM; in igc_ready_nvm_eeprom()
435 return -IGC_ERR_NVM; in igc_read_nvm_spi()
495 return -IGC_ERR_NVM; in igc_read_nvm_microwire()
548 return -IGC_ERR_NVM; in igc_read_nvm_eerd()
585 s32 ret_val = -IGC_ERR_NVM; in igc_write_nvm_spi()
596 return -IGC_ERR_NVM; in igc_write_nvm_spi()
679 return -IGC_ERR_NVM; in igc_write_nvm_microwire()
717 ret_val = -IGC_ERR_NVM; in igc_write_nvm_microwire()
[all …]
H A Digc_i225.c426 return -IGC_ERR_NVM; in igc_get_hw_semaphore_i225()
446 return -IGC_ERR_NVM; in igc_get_hw_semaphore_i225()
563 ret_val = -IGC_ERR_NVM; in __igc_write_nvm_srwr()
854 return -IGC_ERR_NVM; in igc_write_erase_flash_command_i225()
897 if (ret_val == -IGC_ERR_NVM) { in igc_update_flash_i225()
976 s32 ret_val = -IGC_ERR_NVM; in igc_pool_flash_update_done_i225()
H A Digc_mac.c1583 return -IGC_ERR_NVM; in igc_get_hw_semaphore_generic()
1602 return -IGC_ERR_NVM; in igc_get_hw_semaphore_generic()
H A Digc_defines.h689 #define IGC_ERR_NVM 1 macro