Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/intel/e1000e/
Dparam.c515 if (adapter->flags & FLAG_IS_ICH) { in e1000e_check_options()
Dethtool.c860 if (!(adapter->flags & FLAG_IS_ICH)) { in e1000_reg_test()
880 before = ((adapter->flags & FLAG_IS_ICH) ? 0x06C3B33E : 0x06DFB3FE); in e1000_reg_test()
886 if (!(adapter->flags & FLAG_IS_ICH)) in e1000_reg_test()
1024 if (adapter->flags & FLAG_IS_ICH) { in e1000_intr_test()
1411 if (adapter->flags & FLAG_IS_ICH) in e1000_integrated_phy_loopback()
Dich8lan.c5792 | FLAG_IS_ICH
5808 | FLAG_IS_ICH
5825 | FLAG_IS_ICH
5841 .flags = FLAG_IS_ICH
5860 .flags = FLAG_IS_ICH
5881 .flags = FLAG_IS_ICH
5902 .flags = FLAG_IS_ICH
5922 .flags = FLAG_IS_ICH
De1000.h401 #define FLAG_IS_ICH BIT(9) macro
Dnetdev.c3278 if (adapter->flags & FLAG_IS_ICH) { in e1000_configure_rx()
6367 if (adapter->flags & FLAG_IS_ICH) in __e1000_shutdown()
7169 if ((adapter->flags & FLAG_IS_ICH) && in e1000_probe()