Home
last modified time | relevance | path

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

/freebsd/sys/dev/xen/blkfront/
H A Dblock.h107 struct xbd_command;
108 typedef void xbd_cbcf_t(struct xbd_command *);
110 struct xbd_command { struct
111 TAILQ_ENTRY(xbd_command) cm_link;
141 TAILQ_HEAD(, xbd_command) q_tailq; argument
199 struct xbd_command *xbd_shadow;
241 xbd_enqueue_cm(struct xbd_command *cm, xbd_q_index_t index) in xbd_enqueue_cm()
255 xbd_requeue_cm(struct xbd_command *cm, xbd_q_index_t index) in xbd_requeue_cm()
268 static inline struct xbd_command *
271 struct xbd_command *cm; in xbd_dequeue_cm()
[all …]
H A Dblkfront.c113 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()
144 xbd_free_command(struct xbd_command *cm) in xbd_free_command()
213 struct xbd_command *cm; in xbd_queue_cb()
296 xbd_queue_request(struct xbd_softc *sc, struct xbd_command *cm) in xbd_queue_request()
334 static struct xbd_command *
337 struct xbd_command *cm; in xbd_bio_command()
422 struct xbd_command *cm; in xbd_startio()
462 xbd_bio_complete(struct xbd_softc *sc, struct xbd_command *cm) in xbd_bio_complete()
487 struct xbd_command *cm; in xbd_int()
[all …]