Home
last modified time | relevance | path

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

/freebsd-14.2/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.c124 xbd_cm_thaw(struct xbd_softc *sc, struct xbd_command *cm) in xbd_cm_thaw()
145 xbd_free_command(struct xbd_command *cm) in xbd_free_command()
214 struct xbd_command *cm; in xbd_queue_cb()
335 static struct xbd_command *
338 struct xbd_command *cm; in xbd_bio_command()
423 struct xbd_command *cm; in xbd_startio()
488 struct xbd_command *cm; in xbd_int()
592 xbd_dump_complete(struct xbd_command *cm) in xbd_dump_complete()
603 struct xbd_command *cm; in xbd_dump()
1073 struct xbd_command *cm; in xbd_free()
[all …]