Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/intel/e1000e/
D82571.c1957 .flags2 = FLAG2_DISABLE_ASPM_L1 /* errata 13 */
1975 .flags2 = FLAG2_DISABLE_ASPM_L1 /* errata 13 */
1993 .flags2 = FLAG2_DISABLE_ASPM_L1
2016 | FLAG2_DISABLE_ASPM_L1
2039 | FLAG2_DISABLE_ASPM_L1
De1000.h451 #define FLAG2_DISABLE_ASPM_L1 BIT(3) macro
Dnetdev.c6902 if (adapter->flags2 & FLAG2_DISABLE_ASPM_L1) in __e1000_resume()
7175 if (adapter->flags2 & FLAG2_DISABLE_ASPM_L1) in e1000_io_slot_reset()
7377 if (ei->flags2 & FLAG2_DISABLE_ASPM_L1) in e1000_probe()