Searched refs:i40e_read_nvm_word (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/intel/i40e/ |
D | i40e_adminq.c | 630 i40e_read_nvm_word(hw, I40E_SR_NVM_DEV_STARTER_VERSION, in i40e_init_adminq() 632 i40e_read_nvm_word(hw, I40E_SR_NVM_EETRACK_LO, &eetrack_lo); in i40e_init_adminq() 633 i40e_read_nvm_word(hw, I40E_SR_NVM_EETRACK_HI, &eetrack_hi); in i40e_init_adminq() 635 i40e_read_nvm_word(hw, I40E_SR_BOOT_CONFIG_PTR, &cfg_ptr); in i40e_init_adminq() 636 i40e_read_nvm_word(hw, (cfg_ptr + I40E_NVM_OEM_VER_OFF), in i40e_init_adminq() 638 i40e_read_nvm_word(hw, (cfg_ptr + (I40E_NVM_OEM_VER_OFF + 1)), in i40e_init_adminq()
|
D | i40e_diag.c | 124 ret_code = i40e_read_nvm_word(hw, I40E_SR_NVM_CONTROL_WORD, ®_val); in i40e_diag_eeprom_test()
|
D | i40e_nvm.c | 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()
|
D | i40e_prototype.h | 351 int i40e_read_nvm_word(struct i40e_hw *hw, u16 offset,
|
D | i40e_common.c | 583 status = i40e_read_nvm_word(hw, I40E_SR_PBA_FLAGS, &pba_word); in i40e_get_pba_string() 593 status = i40e_read_nvm_word(hw, I40E_SR_PBA_BLOCK_PTR, &pba_ptr); in i40e_get_pba_string() 599 status = i40e_read_nvm_word(hw, pba_ptr, &pba_size); in i40e_get_pba_string() 621 status = i40e_read_nvm_word(hw, pba_ptr + i, &pba_word); in i40e_get_pba_string()
|
D | i40e_main.c | 10839 i40e_read_nvm_word(hw, I40E_SR_NVM_OEM_VERSION_PTR, &block_offset); in i40e_get_oem_version() 10844 i40e_read_nvm_word(hw, block_offset + I40E_NVM_OEM_LENGTH_OFFSET, in i40e_get_oem_version() 10850 i40e_read_nvm_word(hw, block_offset + I40E_NVM_OEM_CAPABILITIES_OFFSET, in i40e_get_oem_version() 10855 i40e_read_nvm_word(hw, block_offset + I40E_NVM_OEM_GEN_OFFSET, in i40e_get_oem_version() 10857 i40e_read_nvm_word(hw, block_offset + I40E_NVM_OEM_RELEASE_OFFSET, in i40e_get_oem_version() 12719 read_status = i40e_read_nvm_word(&pf->hw, in i40e_is_total_port_shutdown_enabled() 12724 read_status = i40e_read_nvm_word(&pf->hw, in i40e_is_total_port_shutdown_enabled() 15912 i40e_read_nvm_word(hw, I40E_SR_NVM_WAKE_ON_LAN, &wol_nvm_bits); in i40e_probe()
|
D | i40e_ethtool.c | 2759 i40e_read_nvm_word(hw, I40E_SR_NVM_WAKE_ON_LAN, &wol_nvm_bits); in i40e_get_wol() 2792 i40e_read_nvm_word(hw, I40E_SR_NVM_WAKE_ON_LAN, &wol_nvm_bits); in i40e_set_wol()
|