Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/i40e/
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()