Home
last modified time | relevance | path

Searched refs:VIRTIO_BLK_F_MQ (Results 1 – 11 of 11) sorted by relevance

/openbmc/u-boot/drivers/virtio/
H A Dvirtio_blk.h19 #define VIRTIO_BLK_F_MQ 12 /* Support more than one vq */ macro
/openbmc/linux/include/uapi/linux/
H A Dvirtio_blk.h40 #define VIRTIO_BLK_F_MQ 12 /* support more than one vq */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_blk.h40 #define VIRTIO_BLK_F_MQ 12 /* support more than one vq */ macro
/openbmc/qemu/tests/qtest/
H A Dvhost-user-blk-test.c723 g_assert_cmpint(features & (1u << VIRTIO_BLK_F_MQ), ==, 0); in multiqueue()
746 g_assert_cmpint(features & (1u << VIRTIO_BLK_F_MQ), in multiqueue()
748 (1u << VIRTIO_BLK_F_MQ)); in multiqueue()
753 (1u << VIRTIO_BLK_F_MQ)); in multiqueue()
/openbmc/qemu/hw/block/
H A Dvhost-user-blk.c41 VIRTIO_BLK_F_MQ,
277 virtio_add_feature(&features, VIRTIO_BLK_F_MQ); in vhost_user_blk_get_features()
H A Dvirtio-blk.c1261 virtio_add_feature(&features, VIRTIO_BLK_F_MQ); in virtio_blk_get_features()
/openbmc/qemu/block/export/
H A Dvhost-user-blk-server.c129 1ull << VIRTIO_BLK_F_MQ | in vu_blk_get_features()
H A Dvduse-blk.c335 features |= 1ULL << VIRTIO_BLK_F_MQ; in vduse_blk_exp_create()
/openbmc/linux/drivers/vdpa/vdpa_sim/
H A Dvdpa_sim_blk.c32 (1ULL << VIRTIO_BLK_F_MQ) | \
/openbmc/linux/drivers/block/
H A Dvirtio_blk.c1029 err = virtio_cread_feature(vdev, VIRTIO_BLK_F_MQ, in init_vq()
1671 VIRTIO_BLK_F_MQ, VIRTIO_BLK_F_DISCARD, VIRTIO_BLK_F_WRITE_ZEROES,
1679 VIRTIO_BLK_F_MQ, VIRTIO_BLK_F_DISCARD, VIRTIO_BLK_F_WRITE_ZEROES,
/openbmc/qemu/hw/virtio/
H A Dvirtio-qmp.c166 FEATURE_ENTRY(VIRTIO_BLK_F_MQ, \