Home
last modified time | relevance | path

Searched refs:pci_vtnet_softc (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.sbin/bhyve/
H A Dpci_virtio_net.c103 struct pci_vtnet_softc { struct
161 struct pci_vtnet_softc *sc = vsc; in pci_vtnet_reset()
239 pci_vtnet_rx(struct pci_vtnet_softc *sc) in pci_vtnet_rx()
399 struct pci_vtnet_softc *sc = param; in pci_vtnet_rx_callback()
411 struct pci_vtnet_softc *sc = vsc; in pci_vtnet_ping_rxq()
430 pci_vtnet_proctx(struct pci_vtnet_softc *sc, struct vqueue_info *vq) in pci_vtnet_proctx()
479 struct pci_vtnet_softc *sc = vsc; in pci_vtnet_ping_txq()
501 struct pci_vtnet_softc *sc = param; in pci_vtnet_tx_thread()
560 struct pci_vtnet_softc *sc; in pci_vtnet_init()
571 sc = calloc(1, sizeof(struct pci_vtnet_softc)); in pci_vtnet_init()
[all …]
H A Dnet_backends_priv.h101 struct pci_vtnet_softc *sc;