Home
last modified time | relevance | path

Searched refs:E1000_ERR_NVM (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/ethernet/intel/e1000e/
H A Dich8lan.c3350 return -E1000_ERR_NVM; in e1000_valid_nvm_bank_detect_ich8lan()
3393 return -E1000_ERR_NVM; in e1000_valid_nvm_bank_detect_ich8lan()
3421 ret_val = -E1000_ERR_NVM; in e1000_read_nvm_spt()
3512 ret_val = -E1000_ERR_NVM; in e1000_read_nvm_ich8lan()
3560 s32 ret_val = -E1000_ERR_NVM; in e1000_flash_cycle_init_ich8lan()
3567 return -E1000_ERR_NVM; in e1000_flash_cycle_init_ich8lan()
3665 return -E1000_ERR_NVM; in e1000_flash_cycle_ich8lan()
3721 return -E1000_ERR_NVM; in e1000_read_flash_byte_ich8lan()
3749 s32 ret_val = -E1000_ERR_NVM; in e1000_read_flash_data_ich8lan()
3753 return -E1000_ERR_NVM; in e1000_read_flash_data_ich8lan()
[all …]
H A D82571.c480 return -E1000_ERR_NVM; in e1000_get_hw_semaphore_82571()
708 ret_val = -E1000_ERR_NVM; in e1000_write_nvm_82571()
747 return -E1000_ERR_NVM; in e1000_update_nvm_checksum_82571()
770 return -E1000_ERR_NVM; in e1000_update_nvm_checksum_82571()
817 return -E1000_ERR_NVM; in e1000_write_nvm_eewr_82571()
H A Ddefines.h489 #define E1000_ERR_NVM 1 macro
H A Dmac.c1383 return -E1000_ERR_NVM; in e1000e_get_hw_semaphore()
1402 return -E1000_ERR_NVM; in e1000e_get_hw_semaphore()
/linux/drivers/net/ethernet/intel/igb/
H A De1000_mac.c1283 ret_val = -E1000_ERR_NVM; in igb_get_hw_semaphore()
1303 ret_val = -E1000_ERR_NVM; in igb_get_hw_semaphore()
H A De1000_defines.h484 #define E1000_ERR_NVM 1 macro