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

/gem5/src/dev/virtio/
H A Dpci.hh80 VirtIODeviceBase::QueueID queueNotify; member in class:PciVirtIO
H A Dpci.cc48 : PciDevice(params), queueNotify(0), interruptDeliveryPending(false),
121 pkt->setLE<uint16_t>(queueNotify);
198 queueNotify = pkt->getLE<uint16_t>();
199 vio.onNotify(queueNotify);

Completed in 5 milliseconds