Searched refs:mac_type (Results 1 – 7 of 7) sorted by relevance
/external/ethtool/ |
D | e1000.c | 259 enum e1000_mac_type mac_type = e1000_undefined; in e1000_get_mac_type() local 263 mac_type = e1000_82542; in e1000_get_mac_type() 267 mac_type = e1000_82543; in e1000_get_mac_type() 273 mac_type = e1000_82544; in e1000_get_mac_type() 280 mac_type = e1000_82540; in e1000_get_mac_type() 284 mac_type = e1000_82545; in e1000_get_mac_type() 289 mac_type = e1000_82545_rev_3; in e1000_get_mac_type() 294 mac_type = e1000_82546; in e1000_get_mac_type() 302 mac_type = e1000_82546_rev_3; in e1000_get_mac_type() 307 mac_type = e1000_82541; in e1000_get_mac_type() [all …]
|
D | ixgbe.c | 102 enum ixgbe_mac_type mac_type = ixgbe_mac_unknown; in ixgbe_get_mac_type() local 117 mac_type = ixgbe_mac_82598EB; in ixgbe_get_mac_type() 137 mac_type = ixgbe_mac_82599EB; in ixgbe_get_mac_type() 141 mac_type = ixgbe_mac_X540; in ixgbe_get_mac_type() 145 mac_type = ixgbe_mac_x550; in ixgbe_get_mac_type() 152 mac_type = ixgbe_mac_x550em_x; in ixgbe_get_mac_type() 160 mac_type = ixgbe_mac_x550em_a; in ixgbe_get_mac_type() 163 mac_type = ixgbe_mac_82598EB; in ixgbe_get_mac_type() 167 return mac_type; in ixgbe_get_mac_type() 181 enum ixgbe_mac_type mac_type; in ixgbe_dump_regs() local [all …]
|
D | ChangeLog | 42 register dump. Set default mac_type to 82543 since register offsets
|
/external/u-boot/drivers/net/ |
D | e1000.c | 339 if (hw->mac_type == e1000_ich8lan) in e1000_is_onboard_nvm_eeprom() 342 if (hw->mac_type == e1000_82573 || hw->mac_type == e1000_82574) { in e1000_is_onboard_nvm_eeprom() 374 if (hw->mac_type != e1000_82573 && hw->mac_type != e1000_82574) { in e1000_acquire_eeprom() 376 if (hw->mac_type > e1000_82544) { in e1000_acquire_eeprom() 429 if (hw->mac_type == e1000_igb) in e1000_init_eeprom_params() 436 switch (hw->mac_type) { in e1000_init_eeprom_params() 571 if (hw->mac_type <= e1000_82547_rev_2) { in e1000_init_eeprom_params() 611 if (hw->mac_type == e1000_igb) in e1000_poll_eerd_eewr_done() 616 if (hw->mac_type == e1000_igb) in e1000_poll_eerd_eewr_done() 653 if (hw->mac_type == e1000_igb) in e1000_read_eeprom_eerd() [all …]
|
D | e1000.h | 1092 e1000_mac_type mac_type; member
|
/external/dnsmasq/src/ |
D | util.c | 351 int parse_hex(char* in, unsigned char* out, int maxlen, unsigned int* wildcard_mask, int* mac_type)… in parse_hex() argument 355 if (mac_type) *mac_type = 0; in parse_hex() 363 if (*r == '-' && i == 0 && mac_type) { in parse_hex() 365 *mac_type = strtol(in, NULL, 16); in parse_hex() 366 mac_type = NULL; in parse_hex()
|
D | dnsmasq.h | 700 int parse_hex(char* in, unsigned char* out, int maxlen, unsigned int* wildcard_mask, int* mac_type);
|