Home
last modified time | relevance | path

Searched refs:I40E_ERR_NVM (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/i40e/base/
H A Di40e_status.h11 I40E_ERR_NVM = -1, enumerator
H A Di40e_nvm.c237 enum i40e_status_code ret_code = I40E_ERR_NVM; in i40e_read_nvm_aq()
366 return I40E_ERR_NVM; in i40e_read_nvm_module_data()
395 return I40E_ERR_NVM; in i40e_read_nvm_module_data()
570 enum i40e_status_code ret_code = I40E_ERR_NVM; in i40e_write_nvm_aq()
1152 status = I40E_ERR_NVM; in i40e_nvmupd_state_init()
H A Di40e_common.c157 case I40E_ERR_NVM: in i40e_stat_str()