kernel/drivers/net/ethernet/intel/e1000e/ich8lan.h
.. .. @@ -286,6 +286,9 @@ 286 286 /* Proprietary Latency Tolerance Reporting PCI Capability */ 287 287 #define E1000_PCI_LTR_CAP_LPT 0xA8 288 288 289 +/* Don't gate wake DMA clock */290 +#define E1000_FFLT_DBG_DONT_GATE_WAKE_DMA_CLK 0x1000291 +289 292 void e1000e_write_protect_nvm_ich8lan(struct e1000_hw *hw); 290 293 void e1000e_set_kmrn_lock_loss_workaround_ich8lan(struct e1000_hw *hw, 291 294 bool state);