Searched refs:mac_type (Results 1 – 2 of 2) sorted by relevance
337 if (hw->mac_type == e1000_ich8lan) in e1000_is_onboard_nvm_eeprom()340 if (hw->mac_type == e1000_82573 || hw->mac_type == e1000_82574) { in e1000_is_onboard_nvm_eeprom()372 if (hw->mac_type != e1000_82573 && hw->mac_type != e1000_82574) { in e1000_acquire_eeprom()374 if (hw->mac_type > e1000_82544) { in e1000_acquire_eeprom()427 if (hw->mac_type == e1000_igb) in e1000_init_eeprom_params()434 switch (hw->mac_type) { in e1000_init_eeprom_params()569 if (hw->mac_type <= e1000_82547_rev_2) { in e1000_init_eeprom_params()609 if (hw->mac_type == e1000_igb) in e1000_poll_eerd_eewr_done()614 if (hw->mac_type == e1000_igb) in e1000_poll_eerd_eewr_done()651 if (hw->mac_type == e1000_igb) in e1000_read_eeprom_eerd()[all …]
1093 e1000_mac_type mac_type; member