Searched defs:vio9p_softc (Results 1 – 1 of 1) sorted by relevance
89 struct vio9p_softc { struct90 device_t sc_dev;92 struct virtio_softc *sc_virtio;93 struct virtqueue sc_vq[1];95 uint16_t sc_taglen;96 uint8_t sc_tag[P9_MAX_TAG_LEN + 1];98 int sc_flags;101 int sc_state;106 kcondvar_t sc_wait;107 struct selinfo sc_sel;[all …]