Searched defs:pci_viona_softc (Results 1 – 1 of 1) sorted by relevance
128 struct pci_viona_softc { struct129 struct virtio_softc vsc_vs;130 struct virtio_consts vsc_consts;131 struct vqueue_info vsc_queues[VIONA_MAXQ];132 pthread_mutex_t vsc_mtx;134 datalink_id_t vsc_linkid;135 int vsc_vnafd;138 char vsc_linkname[MAXLINKNAMELEN];139 uint32_t vsc_feature_mask;140 uint16_t vsc_vq_size;[all …]