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

/vbox/src/VBox/Devices/Bus/
H A DMsixCommon.cpp37 } MsixTableRecord; typedef in typeref:struct:__anon9920
38 AssertCompileSize(MsixTableRecord, VBOX_MSIX_ENTRY_SIZE);
67 DECLINLINE(MsixTableRecord*) msixGetVectorRecord(PPCIDEVICE pDev, uint32_t iVector)
69 return (MsixTableRecord*)msixGetPageOffset(pDev, iVector * VBOX_MSIX_ENTRY_SIZE);
74 MsixTableRecord* pRec = msixGetVectorRecord(pDev, iVector);

Completed in 40 milliseconds