Searched refs:MAX_NUM_PORTS (Results 1 – 3 of 3) sorted by relevance
16 #define MAX_NUM_PORTS 8 macro22 #ifndef MAX_NUM_PORTS23 #define MAX_NUM_PORTS 16 macro44 u8 mac[MAX_NUM_PORTS][6]; /* 0x42 - 0x71 MAC addresses */60 u8 mac[MAX_NUM_PORTS][6]; /* 0x42 - 0xa1 MAC addresses */116 for (i = 0; i < min(e.mac_count, (u8)MAX_NUM_PORTS); i++) { in show_eeprom()309 if ((index >= MAX_NUM_PORTS) || !string) { in set_mac_address()463 for (i = 0; i < min(e.mac_count, (u8)MAX_NUM_PORTS); i++) { in mac_read_from_eeprom()
21 #define MAX_NUM_PORTS CONFIG_SYS_I2C_EEPROM_NXID_MAC macro23 #define MAX_NUM_PORTS 8 macro45 u8 mac[MAX_NUM_PORTS][6]; /* 0x42 - x MAC addresses */103 for (i = 0; i < min(e.mac_count, (u8)MAX_NUM_PORTS); i++) { in show_eeprom()293 if ((index >= MAX_NUM_PORTS) || !string) { in set_mac_address()471 for (i = 0; i < min(e.mac_count, (u8)MAX_NUM_PORTS); i++) { in mac_read_from_eeprom_common()
564 #define MAX_NUM_PORTS 9 /* for 128Bytes EEPROM */ macro