Home
last modified time | relevance | path

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

/Linux-v4.19/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()
1413 if (adapter->flags & FLAG_IS_ICH) in e1000_integrated_phy_loopback()
Dich8lan.c5782 | FLAG_IS_ICH
5798 | FLAG_IS_ICH
5815 | FLAG_IS_ICH
5831 .flags = FLAG_IS_ICH
5850 .flags = FLAG_IS_ICH
5871 .flags = FLAG_IS_ICH
5892 .flags = FLAG_IS_ICH
5912 .flags = FLAG_IS_ICH
De1000.h401 #define FLAG_IS_ICH BIT(9) macro
Dnetdev.c3274 if (adapter->flags & FLAG_IS_ICH) { in e1000_configure_rx()
6345 if (adapter->flags & FLAG_IS_ICH) in __e1000_shutdown()
7150 if ((adapter->flags & FLAG_IS_ICH) && in e1000_probe()