Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_virtio_9p.c86 struct l9p_connection * vsc_conn; member
235 l9p_connection_recv(sc->vsc_conn, iov, preq->vsr_respidx, preq); in pci_vt9p_notify()
365 if (l9p_connection_init(sc->vsc_server, &sc->vsc_conn) != 0) { in pci_vt9p_init()
370 sc->vsc_conn->lc_msize = L9P_MAX_IOV * PAGE_SIZE; in pci_vt9p_init()
371 sc->vsc_conn->lc_lt.lt_get_response_buffer = pci_vt9p_get_buffer; in pci_vt9p_init()
372 sc->vsc_conn->lc_lt.lt_send_response = pci_vt9p_send; in pci_vt9p_init()
373 sc->vsc_conn->lc_lt.lt_drop_response = pci_vt9p_drop; in pci_vt9p_init()