vtblk_softc
vtblk_flush_dump(struct vtblk_softc *sc)
vtblk_poll_request(struct vtblk_softc *sc, struct vtblk_request *req)
vtblk_drain(struct vtblk_softc *sc)
struct vtblk_softc *sc = vq->vtblk_sc;
vtblk_free_requests(struct vtblk_softc *sc)
vtblk_setup_sysctl(struct vtblk_softc *sc)
vtblk_tunable_int(struct vtblk_softc *sc, const char *knob, int def)
static void vtblk_negotiate_features(struct vtblk_softc *);
static int vtblk_alloc_intrs(struct vtblk_softc *);
static int vtblk_maximum_segments(struct vtblk_softc *,
static int vtblk_alloc_virtqueues(struct vtblk_softc *);
static void vtblk_set_write_cache(struct vtblk_softc *, int);
static int vtblk_write_cache_enabled(struct vtblk_softc *,
static void vtblk_alloc_disk(struct vtblk_softc *,
static void vtblk_prepare_dump(struct vtblk_softc *);
static int vtblk_write_dump(struct vtblk_softc *, void *, off_t, size_t);
static int vtblk_flush_dump(struct vtblk_softc *);
static int vtblk_poll_request(struct vtblk_softc *,
static void vtblk_drain(struct vtblk_softc *);
static void vtblk_free_requests(struct vtblk_softc *);
static void vtblk_setup_sysctl(struct vtblk_softc *);
static int vtblk_tunable_int(struct vtblk_softc *, const char *, int);
sizeof(struct vtblk_softc)
struct vtblk_softc *sc;
struct vtblk_softc *sc;
struct vtblk_softc *sc = device_get_softc(dev);
struct vtblk_softc *sc = device_get_softc(dev);
struct vtblk_softc *sc;
struct vtblk_softc *sc;
struct vtblk_softc *sc;
vtblk_negotiate_features(struct vtblk_softc *sc)
vtblk_maximum_segments(struct vtblk_softc *sc,
vtblk_alloc_intrs(struct vtblk_softc *sc)
vtblk_alloc_virtqueues(struct vtblk_softc *sc)
vtblk_set_write_cache(struct vtblk_softc *sc, int wc)
vtblk_write_cache_enabled(struct vtblk_softc *sc,
struct vtblk_softc *vtblk_sc;
struct vtblk_softc *sc;
vtblk_alloc_disk(struct vtblk_softc *sc, struct virtio_blk_config *blkcfg)
struct vtblk_softc *sc = q->vtblk_sc;
struct vtblk_softc *sc = q->vtblk_sc;
vtblk_prepare_dump(struct vtblk_softc *sc)
vtblk_write_dump(struct vtblk_softc *sc, void *virtual, off_t offset,