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

/freebsd-10.1-release/usr.sbin/bhyve/
H A Dpci_virtio_net.c140 struct virtio_net_config vsc_config; member in struct:pci_vtnet_softc
576 err = pci_vtnet_parsemac(vtopts, sc->vsc_config.mac);
628 sc->vsc_config.mac[0] = 0x00;
629 sc->vsc_config.mac[1] = 0xa0;
630 sc->vsc_config.mac[2] = 0x98;
631 sc->vsc_config.mac[3] = digest[0];
632 sc->vsc_config.mac[4] = digest[1];
633 sc->vsc_config.mac[5] = digest[2];
645 sc->vsc_config.status = 1;
688 ptr = &sc->vsc_config
[all...]

Completed in 71 milliseconds