Searched refs:vtblk_softc (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/dev/virtio/block/
H A Dvirtio_blk.c73 struct vtblk_softc { struct
138 static int vtblk_negotiate_features(struct vtblk_softc *);
139 static int vtblk_setup_features(struct vtblk_softc *);
140 static int vtblk_maximum_segments(struct vtblk_softc *,
142 static int vtblk_alloc_virtqueue(struct vtblk_softc *);
143 static void vtblk_resize_disk(struct vtblk_softc *, uint64_t);
144 static void vtblk_alloc_disk(struct vtblk_softc *,
146 static void vtblk_create_disk(struct vtblk_softc *);
148 static int vtblk_request_prealloc(struct vtblk_softc *);
149 static void vtblk_request_free(struct vtblk_softc *);
[all...]

Completed in 41 milliseconds