Symbol: xbd_command
sys/dev/xen/blkfront/blkfront.c
1072
struct xbd_command *cm;
sys/dev/xen/blkfront/blkfront.c
113
xbd_cm_freeze(struct xbd_softc *sc, struct xbd_command *cm, xbdc_flag_t cm_flag)
sys/dev/xen/blkfront/blkfront.c
123
xbd_cm_thaw(struct xbd_softc *sc, struct xbd_command *cm)
sys/dev/xen/blkfront/blkfront.c
1358
struct xbd_command *cm;
sys/dev/xen/blkfront/blkfront.c
144
xbd_free_command(struct xbd_command *cm)
sys/dev/xen/blkfront/blkfront.c
213
struct xbd_command *cm;
sys/dev/xen/blkfront/blkfront.c
296
xbd_queue_request(struct xbd_softc *sc, struct xbd_command *cm)
sys/dev/xen/blkfront/blkfront.c
334
static struct xbd_command *
sys/dev/xen/blkfront/blkfront.c
337
struct xbd_command *cm;
sys/dev/xen/blkfront/blkfront.c
422
struct xbd_command *cm;
sys/dev/xen/blkfront/blkfront.c
462
xbd_bio_complete(struct xbd_softc *sc, struct xbd_command *cm)
sys/dev/xen/blkfront/blkfront.c
487
struct xbd_command *cm;
sys/dev/xen/blkfront/blkfront.c
591
xbd_dump_complete(struct xbd_command *cm)
sys/dev/xen/blkfront/blkfront.c
602
struct xbd_command *cm;
sys/dev/xen/blkfront/block.h
107
struct xbd_command;
sys/dev/xen/blkfront/block.h
108
typedef void xbd_cbcf_t(struct xbd_command *);
sys/dev/xen/blkfront/block.h
111
TAILQ_ENTRY(xbd_command) cm_link;
sys/dev/xen/blkfront/block.h
141
TAILQ_HEAD(, xbd_command) q_tailq;
sys/dev/xen/blkfront/block.h
199
struct xbd_command *xbd_shadow;
sys/dev/xen/blkfront/block.h
241
xbd_enqueue_cm(struct xbd_command *cm, xbd_q_index_t index)
sys/dev/xen/blkfront/block.h
255
xbd_requeue_cm(struct xbd_command *cm, xbd_q_index_t index)
sys/dev/xen/blkfront/block.h
268
static inline struct xbd_command *
sys/dev/xen/blkfront/block.h
271
struct xbd_command *cm;
sys/dev/xen/blkfront/block.h
293
xbd_remove_cm(struct xbd_command *cm, xbd_q_index_t expected_index)