Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/intel/e1000e/
Dparam.c519 if (adapter->flags & FLAG_IS_ICH) { in e1000e_check_options()
Dethtool.c861 if (!(adapter->flags & FLAG_IS_ICH)) { in e1000_reg_test()
881 before = ((adapter->flags & FLAG_IS_ICH) ? 0x06C3B33E : 0x06DFB3FE); in e1000_reg_test()
887 if (!(adapter->flags & FLAG_IS_ICH)) in e1000_reg_test()
1024 if (adapter->flags & FLAG_IS_ICH) { in e1000_intr_test()
1413 if (adapter->flags & FLAG_IS_ICH) in e1000_integrated_phy_loopback()
De1000.h416 #define FLAG_IS_ICH (1 << 9) macro
Dich8lan.c5744 | FLAG_IS_ICH
5760 | FLAG_IS_ICH
5777 | FLAG_IS_ICH
5793 .flags = FLAG_IS_ICH
5812 .flags = FLAG_IS_ICH
5832 .flags = FLAG_IS_ICH
5852 .flags = FLAG_IS_ICH
Dnetdev.c3294 if (adapter->flags & FLAG_IS_ICH) { in e1000_configure_rx()
6297 if (adapter->flags & FLAG_IS_ICH) in __e1000_shutdown()
7095 if ((adapter->flags & FLAG_IS_ICH) && in e1000_probe()