Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/intel/e1000e/
Dparam.c519 if (adapter->flags & FLAG_IS_ICH) { in e1000e_check_options()
Dethtool.c863 if (!(adapter->flags & FLAG_IS_ICH)) { in e1000_reg_test()
883 before = ((adapter->flags & FLAG_IS_ICH) ? 0x06C3B33E : 0x06DFB3FE); in e1000_reg_test()
889 if (!(adapter->flags & FLAG_IS_ICH)) in e1000_reg_test()
1026 if (adapter->flags & FLAG_IS_ICH) { in e1000_intr_test()
1415 if (adapter->flags & FLAG_IS_ICH) in e1000_integrated_phy_loopback()
De1000.h410 #define FLAG_IS_ICH (1 << 9) macro
Dich8lan.c5678 | FLAG_IS_ICH
5694 | FLAG_IS_ICH
5711 | FLAG_IS_ICH
5727 .flags = FLAG_IS_ICH
5746 .flags = FLAG_IS_ICH
5766 .flags = FLAG_IS_ICH
5786 .flags = FLAG_IS_ICH
Dnetdev.c3294 if (adapter->flags & FLAG_IS_ICH) { in e1000_configure_rx()
6148 if (adapter->flags & FLAG_IS_ICH) in __e1000_shutdown()
6874 if ((adapter->flags & FLAG_IS_ICH) && in e1000_probe()