Searched defs:auMTA (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Network/
H A DDevE1000.cpp1101 uint32_t auMTA[128]; member in struct:E1kState_st
5407 AssertReturn(offset - g_aE1kRegMap[index].offset < sizeof(pThis->auMTA), VERR_DEV_IO_ERROR);
5408 pThis->auMTA[(offset - g_aE1kRegMap[index].offset)/sizeof(pThis->auMTA[0])] = value;
5425 AssertReturn(offset - g_aE1kRegMap[index].offset< sizeof(pThis->auMTA), VERR_DEV_IO_ERROR);
5426 *pu32Value = pThis->auMTA[(offset - g_aE1kRegMap[index].offset)/sizeof(pThis->auMTA[0])];
6283 return ASMBitTest(pThis->auMTA, u16Bit & 0xFFF);
6625 SSMR3PutMem(pSSM, pThis->auMTA, sizeof(pThis->auMTA));
[all...]

Completed in 69 milliseconds