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.c6016 | FLAG_IS_ICH
6032 | FLAG_IS_ICH
6049 | FLAG_IS_ICH
6065 .flags = FLAG_IS_ICH
6084 .flags = FLAG_IS_ICH
6105 .flags = FLAG_IS_ICH
6126 .flags = FLAG_IS_ICH
6146 .flags = FLAG_IS_ICH
6166 .flags = FLAG_IS_ICH
6186 .flags = FLAG_IS_ICH
[all...]
H A 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()
1028 if (adapter->flags & FLAG_IS_ICH) { in e1000_intr_test()
1413 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.c3282 if (adapter->flags & FLAG_IS_ICH) { in e1000_configure_rx()
6688 if (adapter->flags & FLAG_IS_ICH) in __e1000_shutdown()
7498 if ((adapter->flags & FLAG_IS_ICH) && in e1000_probe()