Searched refs:MAX_NUM_PORTS (Results 1 – 3 of 3) sorted by relevance
17 #define MAX_NUM_PORTS 8 macro23 #ifndef MAX_NUM_PORTS24 #define MAX_NUM_PORTS 16 macro45 u8 mac[MAX_NUM_PORTS][6]; /* 0x42 - 0x71 MAC addresses */61 u8 mac[MAX_NUM_PORTS][6]; /* 0x42 - 0xa1 MAC addresses */117 for (i = 0; i < min(e.mac_count, (u8)MAX_NUM_PORTS); i++) { in show_eeprom()310 if ((index >= MAX_NUM_PORTS) || !string) { in set_mac_address()464 for (i = 0; i < min(e.mac_count, (u8)MAX_NUM_PORTS); i++) { in mac_read_from_eeprom()
22 #define MAX_NUM_PORTS CONFIG_SYS_I2C_EEPROM_NXID_MAC macro24 #define MAX_NUM_PORTS 8 macro46 u8 mac[MAX_NUM_PORTS][6]; /* 0x42 - x MAC addresses */104 for (i = 0; i < min(e.mac_count, (u8)MAX_NUM_PORTS); i++) { in show_eeprom()294 if ((index >= MAX_NUM_PORTS) || !string) { in set_mac_address()472 for (i = 0; i < min(e.mac_count, (u8)MAX_NUM_PORTS); i++) { in mac_read_from_eeprom_common()
583 #define MAX_NUM_PORTS 9 /* for 128Bytes EEPROM */ macro