Searched refs:i40e_read_nvm_word (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_diag.c | 124 ret_code = i40e_read_nvm_word(hw, I40E_SR_NVM_CONTROL_WORD, ®_val); in i40e_diag_eeprom_test()
|
H A D | i40e_nvm.c | 300 * i40e_read_nvm_word - Reads nvm word and acquire lock if necessary 307 int i40e_read_nvm_word(struct i40e_hw *hw, u16 offset, in i40e_read_nvm_word() function 347 status = i40e_read_nvm_word(hw, module_ptr, &ptr_value); in i40e_read_nvm_module_data() 375 status = i40e_read_nvm_word(hw, ptr_value + module_offset, in i40e_read_nvm_module_data()
|
H A D | i40e_prototype.h | 324 int i40e_read_nvm_word(struct i40e_hw *hw, u16 offset,
|
H A D | i40e_common.c | 523 status = i40e_read_nvm_word(hw, I40E_SR_PBA_FLAGS, &pba_word); in i40e_get_pba_string() 533 status = i40e_read_nvm_word(hw, I40E_SR_PBA_BLOCK_PTR, &pba_ptr); in i40e_get_pba_string() 539 status = i40e_read_nvm_word(hw, pba_ptr, &pba_size); in i40e_get_pba_string() 561 status = i40e_read_nvm_word(hw, pba_ptr + i, &pba_word); in i40e_get_pba_string()
|
H A D | i40e_main.c | 10752 i40e_read_nvm_word(hw, I40E_SR_NVM_OEM_VERSION_PTR, &block_offset); in i40e_get_oem_version() 10757 i40e_read_nvm_word(hw, block_offset + I40E_NVM_OEM_LENGTH_OFFSET, in i40e_get_oem_version() 10763 i40e_read_nvm_word(hw, block_offset + I40E_NVM_OEM_CAPABILITIES_OFFSET, in i40e_get_oem_version() 10768 i40e_read_nvm_word(hw, block_offset + I40E_NVM_OEM_GEN_OFFSET, in i40e_get_oem_version() 10770 i40e_read_nvm_word(hw, block_offset + I40E_NVM_OEM_RELEASE_OFFSET, in i40e_get_oem_version() 12621 read_status = i40e_read_nvm_word(&pf->hw, in i40e_is_total_port_shutdown_enabled() 12626 read_status = i40e_read_nvm_word(&pf->hw, in i40e_is_total_port_shutdown_enabled() 15799 i40e_read_nvm_word(hw, I40E_SR_NVM_WAKE_ON_LAN, &wol_nvm_bits); in i40e_probe()
|
H A D | i40e_ethtool.c | 2771 i40e_read_nvm_word(hw, I40E_SR_NVM_WAKE_ON_LAN, &wol_nvm_bits); in i40e_get_wol() 2804 i40e_read_nvm_word(hw, I40E_SR_NVM_WAKE_ON_LAN, &wol_nvm_bits); in i40e_set_wol()
|