Home
last modified time | relevance | path

Searched refs:mac_type (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/net/
H A De1000.c338 if (hw->mac_type == e1000_ich8lan) in e1000_is_onboard_nvm_eeprom()
341 if (hw->mac_type == e1000_82573 || hw->mac_type == e1000_82574) { in e1000_is_onboard_nvm_eeprom()
373 if (hw->mac_type != e1000_82573 && hw->mac_type != e1000_82574) { in e1000_acquire_eeprom()
375 if (hw->mac_type > e1000_82544) { in e1000_acquire_eeprom()
428 if (hw->mac_type == e1000_igb) in e1000_init_eeprom_params()
435 switch (hw->mac_type) { in e1000_init_eeprom_params()
570 if (hw->mac_type <= e1000_82547_rev_2) { in e1000_init_eeprom_params()
610 if (hw->mac_type == e1000_igb) in e1000_poll_eerd_eewr_done()
615 if (hw->mac_type == e1000_igb) in e1000_poll_eerd_eewr_done()
652 if (hw->mac_type == e1000_igb) in e1000_read_eeprom_eerd()
[all …]
H A De1000.h1092 e1000_mac_type mac_type; member