hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/drivers/net/ethernet/intel/e1000e/ich8lan.h
....@@ -286,6 +286,9 @@
286286 /* Proprietary Latency Tolerance Reporting PCI Capability */
287287 #define E1000_PCI_LTR_CAP_LPT 0xA8
288288
289
+/* Don't gate wake DMA clock */
290
+#define E1000_FFLT_DBG_DONT_GATE_WAKE_DMA_CLK 0x1000
291
+
289292 void e1000e_write_protect_nvm_ich8lan(struct e1000_hw *hw);
290293 void e1000e_set_kmrn_lock_loss_workaround_ich8lan(struct e1000_hw *hw,
291294 bool state);