Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/e1000e/
H A Dich8lan.c5881 | FLAG_IS_ICH
5897 | FLAG_IS_ICH
5914 | FLAG_IS_ICH
5930 .flags = FLAG_IS_ICH
5949 .flags = FLAG_IS_ICH
5970 .flags = FLAG_IS_ICH
5991 .flags = FLAG_IS_ICH
6011 .flags = FLAG_IS_ICH
6031 .flags = FLAG_IS_ICH
6051 .flags = FLAG_IS_ICH
[all …]
H A Dparam.c513 if (adapter->flags & FLAG_IS_ICH) { in e1000e_check_options()
H A Dethtool.c877 if (!(adapter->flags & FLAG_IS_ICH)) { in e1000_reg_test()
897 before = ((adapter->flags & FLAG_IS_ICH) ? 0x06C3B33E : 0x06DFB3FE); in e1000_reg_test()
903 if (!(adapter->flags & FLAG_IS_ICH)) in e1000_reg_test()
1045 if (adapter->flags & FLAG_IS_ICH) { in e1000_intr_test()
1432 if (adapter->flags & FLAG_IS_ICH) in e1000_integrated_phy_loopback()
H A De1000.h424 #define FLAG_IS_ICH BIT(9) macro
H A Dnetdev.c3278 if (adapter->flags & FLAG_IS_ICH) { in e1000_configure_rx()
6669 if (adapter->flags & FLAG_IS_ICH) in __e1000_shutdown()
7492 if ((adapter->flags & FLAG_IS_ICH) && in e1000_probe()