Home
last modified time | relevance | path

Searched refs:xbd_softc (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/xen/blkfront/
H A Dblock.h112 struct xbd_softc *cm_sc;
171 struct xbd_softc { struct
202 int xbd_instance_create(struct xbd_softc *, blkif_sector_t sectors, int device, argument
207 xbd_added_qentry(struct xbd_softc *sc, xbd_q_index_t index) in xbd_added_qentry()
218 xbd_removed_qentry(struct xbd_softc *sc, xbd_q_index_t index) in xbd_removed_qentry()
224 xbd_queue_length(struct xbd_softc *sc, xbd_q_index_t index) in xbd_queue_length()
230 xbd_initq_cm(struct xbd_softc *sc, xbd_q_index_t index) in xbd_initq_cm()
269 xbd_dequeue_cm(struct xbd_softc *sc, xbd_q_index_t index) in xbd_dequeue_cm()
313 xbd_initq_bio(struct xbd_softc *sc) in xbd_initq_bio()
319 xbd_enqueue_bio(struct xbd_softc *sc, struct bio *bp) in xbd_enqueue_bio()
[all …]
H A Dblkfront.c67 static void xbd_startio(struct xbd_softc *sc);
89 xbd_freeze(struct xbd_softc *sc, xbd_flag_t xbd_flag) in xbd_freeze()
99 xbd_thaw(struct xbd_softc *sc, xbd_flag_t xbd_flag) in xbd_thaw()
113 xbd_cm_freeze(struct xbd_softc *sc, struct xbd_command *cm, xbdc_flag_t cm_flag) in xbd_cm_freeze()
123 xbd_cm_thaw(struct xbd_softc *sc, struct xbd_command *cm) in xbd_cm_thaw()
133 xbd_flush_requests(struct xbd_softc *sc) in xbd_flush_requests()
212 struct xbd_softc *sc; in xbd_queue_cb()
296 xbd_queue_request(struct xbd_softc *sc, struct xbd_command *cm) in xbd_queue_request()
323 struct xbd_softc *sc = arg; in xbd_restart_queue_callback()
335 xbd_bio_command(struct xbd_softc *sc) in xbd_bio_command()
[all …]