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

/haiku/src/add-ons/kernel/bus_managers/virtio/
H A DVirtioDevice.cpp97 _DestroyQueues(fQueueCount);
192 fQueueCount = count;
214 _DestroyQueues(fQueueCount);
226 status_t status = fController->setup_interrupt(fCookie, fQueueCount);
233 for (size_t index = 0; index < fQueueCount; index++)
242 for (size_t index = 0; index < fQueueCount; index++)
270 if (queueNumber >= fQueueCount)
276 for (uint16 i = 0; i < fQueueCount; i++) {
H A DVirtioPrivate.h92 size_t fQueueCount; member in class:VirtioDevice
/haiku/src/add-ons/kernel/busses/usb/
H A Duhci.h231 int32 fQueueCount; member in class:UHCI
H A Duhci.cpp516 fQueueCount(0),
602 fQueueCount = 5;
603 fQueues = new(std::nothrow) Queue *[fQueueCount];
609 for (int32 i = 0; i < fQueueCount; i++) {
622 fQueues[fQueueCount - 1]->TerminateByStrayDescriptor();
754 for (int32 i = 0; i < fQueueCount; i++)

Completed in 123 milliseconds