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

/vbox/src/VBox/Devices/Network/
H A DDevVirtioNet.cpp45 #define INSTANCE(pThis) pThis->VPCI.szInstance
121 VPCISTATE VPCI; member in struct:VNetState_st
251 AssertCompileMemberOffset(VNETSTATE, VPCI, 0);
281 return !!(pThis->VPCI.uGuestFeatures & VNET_F_MRG_RXBUF);
286 return vpciCsEnter(&pThis->VPCI, rcBusy);
291 vpciCsLeave(&pThis->VPCI);
456 vpciReset(&pThis->VPCI);
519 vpciRaiseInterrupt(&pThis->VPCI, VERR_SEM_BUSY, VPCI_ISR_CONFIG);
539 vpciRaiseInterrupt(&pThis->VPCI, VERR_SEM_BUSY, VPCI_ISR_CONFIG);
569 vnetWakeupReceive(pThis->VPCI
[all...]

Completed in 48 milliseconds