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

/freebsd-current/usr.sbin/bhyve/
H A Dpci_virtio_9p.c78 struct l9p_connection * vsc_conn; member in struct:pci_vt9p_softc
216 l9p_connection_recv(sc->vsc_conn, iov, preq->vsr_respidx, preq);
313 if (l9p_connection_init(sc->vsc_server, &sc->vsc_conn) != 0) {
318 sc->vsc_conn->lc_msize = L9P_MAX_IOV * PAGE_SIZE;
319 sc->vsc_conn->lc_lt.lt_get_response_buffer = pci_vt9p_get_buffer;
320 sc->vsc_conn->lc_lt.lt_send_response = pci_vt9p_send;
321 sc->vsc_conn->lc_lt.lt_drop_response = pci_vt9p_drop;

Completed in 50 milliseconds