Searched refs:perfectMatch (Results 1 - 2 of 2) sorted by relevance

/gem5/src/dev/net/
H A Dns_gige.cc136 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[
[all...]
H A Dns_gige.hh106 uint8_t perfectMatch[ETH_ADDR_LEN]; member in struct:dp_rom

Completed in 7 milliseconds