Home
last modified time | relevance | path

Searched refs:wol_nvm_bits (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/net/ethernet/intel/i40e/
H A Di40e_ethtool.c2758 u16 wol_nvm_bits; in i40e_get_wol() local
2761 i40e_read_nvm_word(hw, I40E_SR_NVM_WAKE_ON_LAN, &wol_nvm_bits); in i40e_get_wol()
2762 if ((BIT(hw->port) & wol_nvm_bits) || (hw->partition_id != 1)) { in i40e_get_wol()
2782 u16 wol_nvm_bits; in i40e_set_wol() local
2794 i40e_read_nvm_word(hw, I40E_SR_NVM_WAKE_ON_LAN, &wol_nvm_bits); in i40e_set_wol()
2795 if (BIT(hw->port) & wol_nvm_bits) in i40e_set_wol()
H A Di40e_main.c15584 u16 wol_nvm_bits; in i40e_probe() local
15871 i40e_read_nvm_word(hw, I40E_SR_NVM_WAKE_ON_LAN, &wol_nvm_bits); in i40e_probe()
15872 if (BIT (hw->port) & wol_nvm_bits || hw->partition_id != 1) in i40e_probe()