Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/intel/e1000e/
Dparam.c515 if (adapter->flags & FLAG_IS_ICH) { in e1000e_check_options()
Dethtool.c858 if (!(adapter->flags & FLAG_IS_ICH)) { in e1000_reg_test()
878 before = ((adapter->flags & FLAG_IS_ICH) ? 0x06C3B33E : 0x06DFB3FE); in e1000_reg_test()
884 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.c5819 | FLAG_IS_ICH
5835 | FLAG_IS_ICH
5852 | FLAG_IS_ICH
5868 .flags = FLAG_IS_ICH
5887 .flags = FLAG_IS_ICH
5908 .flags = FLAG_IS_ICH
5929 .flags = FLAG_IS_ICH
5949 .flags = FLAG_IS_ICH
De1000.h400 #define FLAG_IS_ICH BIT(9) macro
Dnetdev.c3325 if (adapter->flags & FLAG_IS_ICH) { in e1000_configure_rx()
6675 if (adapter->flags & FLAG_IS_ICH) in __e1000_shutdown()
7485 if ((adapter->flags & FLAG_IS_ICH) && in e1000_probe()