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

/vbox/src/VBox/Additions/solaris/Virtio/
H A DVirtioNet-solaris.c99 static mblk_t *VirtioNetXmit(void *pvArg, mblk_t *pMsg);
166 VirtioNetXmit,
753 static mblk_t *VirtioNetXmit(void *pvArg, mblk_t *pMsg) function
755 LogFlowFunc((VIRTIOLOGNAME ":VirtioNetXmit pMsg=%p\n", pMsg));
789 cmn_err(CE_NOTE, "VirtioNetXmit: MBLKL pMsg=%u\n", MBLKL(pMsg));
792 LogRel((VIRTIOLOGNAME ":VirtioNetXmit failed to map address to DMA handle. rc=%d\n", rc));
808 LogRel((VIRTIOLOGNAME ":VirtioNetXmit failed. rc=%Rrc\n", rc));

Completed in 42 milliseconds