Searched refs:VIRTIO_BLK_F_MQ (Results 1 – 3 of 3) sorted by relevance
40 #define VIRTIO_BLK_F_MQ 12 /* support more than one vq */ macro
32 (1ULL << VIRTIO_BLK_F_MQ) | \
1007 if ((features & BIT_ULL(VIRTIO_BLK_F_MQ)) == 0) in vdpa_dev_blk_mq_config_fill()