Lines Matching refs:perfectMatch
136 memcpy(&rom.perfectMatch, p->hardware_address.bytes(), ETH_ADDR_LEN);
309 reg = rom.perfectMatch[1];
311 reg += rom.perfectMatch[0];
314 reg = rom.perfectMatch[3] << 8;
315 reg += rom.perfectMatch[2];
318 reg = rom.perfectMatch[5] << 8;
319 reg += rom.perfectMatch[4];
632 rom.perfectMatch[0] = (uint8_t)reg;
633 rom.perfectMatch[1] = (uint8_t)(reg >> 8);
636 rom.perfectMatch[2] = (uint8_t)reg;
637 rom.perfectMatch[3] = (uint8_t)(reg >> 8);
640 rom.perfectMatch[4] = (uint8_t)reg;
641 rom.perfectMatch[5] = (uint8_t)(reg >> 8);
1847 eepromData = rom.perfectMatch[5];
1849 eepromData += rom.perfectMatch[4];
1853 eepromData = rom.perfectMatch[3];
1855 eepromData += rom.perfectMatch[2];
1859 eepromData = rom.perfectMatch[1];
1861 eepromData += rom.perfectMatch[0];
1924 if (acceptPerfect && dst == rom.perfectMatch)
2068 SERIALIZE_ARRAY(rom.perfectMatch, ETH_ADDR_LEN);
2233 UNSERIALIZE_ARRAY(rom.perfectMatch, ETH_ADDR_LEN);