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

/freebsd-13-stable/usr.sbin/bhyve/
H A Dpci_virtio_9p.c79 struct l9p_connection * vsc_conn; member in struct:pci_vt9p_softc
226 l9p_connection_recv(sc->vsc_conn, iov, preq->vsr_respidx, preq);
310 if (l9p_connection_init(sc->vsc_server, &sc->vsc_conn) != 0) {
315 sc->vsc_conn->lc_msize = L9P_MAX_IOV * PAGE_SIZE;
316 sc->vsc_conn->lc_lt.lt_get_response_buffer = pci_vt9p_get_buffer;
317 sc->vsc_conn->lc_lt.lt_send_response = pci_vt9p_send;
318 sc->vsc_conn->lc_lt.lt_drop_response = pci_vt9p_drop;

Completed in 80 milliseconds