Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/e1000e/
H A Dich8lan.c6013 | FLAG_IS_ICH
6029 | FLAG_IS_ICH
6046 | FLAG_IS_ICH
6062 .flags = FLAG_IS_ICH
6081 .flags = FLAG_IS_ICH
6102 .flags = FLAG_IS_ICH
6123 .flags = FLAG_IS_ICH
6143 .flags = FLAG_IS_ICH
6163 .flags = FLAG_IS_ICH
6183 .flags = FLAG_IS_ICH
[all …]
H A Dethtool.c855 if (!(adapter->flags & FLAG_IS_ICH)) { in e1000_reg_test()
875 before = ((adapter->flags & FLAG_IS_ICH) ? 0x06C3B33E : 0x06DFB3FE); in e1000_reg_test()
881 if (!(adapter->flags & FLAG_IS_ICH)) in e1000_reg_test()
1023 if (adapter->flags & FLAG_IS_ICH) { in e1000_intr_test()
1408 if (adapter->flags & FLAG_IS_ICH) in e1000_integrated_phy_loopback()
H A Dparam.c513 if (adapter->flags & FLAG_IS_ICH) { in e1000e_check_options()
H A De1000.h425 #define FLAG_IS_ICH BIT(9) macro
H A Dnetdev.c3270 if (adapter->flags & FLAG_IS_ICH) { in e1000_configure_rx()
6676 if (adapter->flags & FLAG_IS_ICH) in __e1000_shutdown()
7486 if ((adapter->flags & FLAG_IS_ICH) && in e1000_probe()