Searched refs:vsc_conn (Results 1 – 1 of 1) sorted by relevance
85 struct l9p_connection * vsc_conn; member234 l9p_connection_recv(sc->vsc_conn, iov, preq->vsr_respidx, preq); in pci_vt9p_notify()364 if (l9p_connection_init(sc->vsc_server, &sc->vsc_conn) != 0) { in pci_vt9p_init()369 sc->vsc_conn->lc_msize = L9P_MAX_IOV * PAGE_SIZE; in pci_vt9p_init()370 sc->vsc_conn->lc_lt.lt_get_response_buffer = pci_vt9p_get_buffer; in pci_vt9p_init()371 sc->vsc_conn->lc_lt.lt_send_response = pci_vt9p_send; in pci_vt9p_init()372 sc->vsc_conn->lc_lt.lt_drop_response = pci_vt9p_drop; in pci_vt9p_init()