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

/vbox/src/VBox/Additions/solaris/Virtio/
H A DVirtioNet-solaris.c102 static int VirtioNetAttachQueues(PVIRTIODEVICE pDevice);
492 int rc = VirtioNetAttachQueues(pDevice);
509 LogRel((VIRTIOLOGNAME ":VirtioNetDevAttach: VirtioNetAttachQueues failed. rc=%d\n", rc));
552 static int VirtioNetAttachQueues(PVIRTIODEVICE pDevice) function
554 LogFlowFunc((VIRTIOLOGNAME ":VirtioNetAttachQueues pDevice=%p\n", pDevice));
569 LogFlow((VIRTIOLOGNAME ":VirtioNetAttachQueues successfully obtained 3 queues.\n"));
573 LogRel((VIRTIOLOGNAME ":VirtioNetAttachQueues: failed to get Control queue.\n"));
577 LogFlow((VIRTIOLOGNAME ":VirtioNetAttachQueues successfully obtained 2 queues.\n"));
585 LogRel((VIRTIOLOGNAME ":VirtioNetAttachQueues: failed to get TX queue.\n"));
591 LogRel((VIRTIOLOGNAME ":VirtioNetAttachQueues
[all...]

Completed in 43 milliseconds