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

/vbox/src/VBox/Devices/Bus/
H A DMsixCommon.cpp67 DECLINLINE(MsixTableRecord*) msixGetVectorRecord(PPCIDEVICE pDev, uint32_t iVector) function
74 MsixTableRecord* pRec = msixGetVectorRecord(pDev, iVector);
80 return msixGetVectorRecord(pDev, iVector)->u32MsgData;
85 return (msixGetVectorRecord(pDev, iVector)->u32VectorControl & 0x1) != 0;

Completed in 43 milliseconds