Searched defs:vtballoon_softc (Results 1 – 1 of 1) sorted by relevance
58 struct vtballoon_softc { struct59 device_t vtballoon_dev;60 struct mtx vtballoon_mtx;61 uint64_t vtballoon_features;62 uint32_t vtballoon_flags;65 struct virtqueue *vtballoon_inflate_vq;66 struct virtqueue *vtballoon_deflate_vq;90 static int vtballoon_negotiate_features(struct vtballoon_softc *); argument