Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/intel/e1000e/
H A Dich8lan.c5997 | FLAG_IS_ICH
6013 | FLAG_IS_ICH
6030 | FLAG_IS_ICH
6046 .flags = FLAG_IS_ICH
6065 .flags = FLAG_IS_ICH
6086 .flags = FLAG_IS_ICH
6107 .flags = FLAG_IS_ICH
6127 .flags = FLAG_IS_ICH
6147 .flags = FLAG_IS_ICH
6167 .flags = FLAG_IS_ICH
[all …]
H A Dethtool.c853 if (!(adapter->flags & FLAG_IS_ICH)) { in e1000_reg_test()
873 before = ((adapter->flags & FLAG_IS_ICH) ? 0x06C3B33E : 0x06DFB3FE); in e1000_reg_test()
879 if (!(adapter->flags & FLAG_IS_ICH)) in e1000_reg_test()
1021 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.h424 #define FLAG_IS_ICH BIT(9) macro
H A Dnetdev.c3272 if (adapter->flags & FLAG_IS_ICH) { in e1000_configure_rx()
6673 if (adapter->flags & FLAG_IS_ICH) in __e1000_shutdown()
7482 if ((adapter->flags & FLAG_IS_ICH) && in e1000_probe()