Home
last modified time | relevance | path

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

/external/u-boot/drivers/net/
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 …]
De1000.h1092 e1000_mac_type mac_type; member
/external/dnsmasq/src/
Dutil.c344 int parse_hex(char* in, unsigned char* out, int maxlen, unsigned int* wildcard_mask, int* mac_type)… in parse_hex() argument
348 if (mac_type) *mac_type = 0; in parse_hex()
356 if (*r == '-' && i == 0 && mac_type) { in parse_hex()
358 *mac_type = strtol(in, NULL, 16); in parse_hex()
359 mac_type = NULL; in parse_hex()
Ddnsmasq.h700 int parse_hex(char* in, unsigned char* out, int maxlen, unsigned int* wildcard_mask, int* mac_type);