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

/vbox/include/VBox/RemoteDesktop/
H A DVRDESCard.h458 VRDESCARDPCI ioSendPci; member in struct:VRDESCARDTRANSMITREQ
/vbox/src/VBox/Main/src-client/
H A DUsbCardReader.cpp1578 req.ioSendPci.u32Protocol = pioSendRequest->u32Protocol;
1579 req.ioSendPci.u32PciLength = pioSendRequest->cbPciLength < 2 * sizeof(uint32_t)?
1583 memcpy(req.ioSendPci.au8PciData,
1585 req.ioSendPci.u32PciLength - 2 * sizeof(uint32_t));

Completed in 56 milliseconds